#2268f8

Color #2268F8 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2268F8

Tints of Royal Blue #2268F8

Color information

#2268F8 (or 0x2268F8) is unknown color: approx Royal Blue. HEX triplet: 22, 68 and F8. RGB value is (34,104,248). Sum of RGB (Red+Green+Blue) = 34+104+248=386 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.81% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 248 (97.27% from 255 or 64.25% from 386); Max value from RGB is 248 - color contains mainly: blue. Hex color #2268F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2268F8 is #DD9707. Grayscale: #626262. Windows color (decimal): -14522120 or 16279586. OLE color: 16279586.

HSL color Cylindrical-coordinate representation of color #2268F8: hue angle of 220.37º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2268F8 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB34104248-
CMYK0.860.5800.03
HSL220.37º93.86%55.29%-
HSV(B)220.37º86.29%97.25%-
XYZ22.5517.0290.9-
YUV99.49211.8181.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 8.81%
GREEN value IS 104 (41.02% from 255) = 26.94%
BLUE value IS 248 (97.27% from 255) = 64.25%
R=8.81%
G=26.94%
B=64.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal341042480.860.5800.03220.3793.8655.29
Hex2268F8563A03dc5e37
Octal42150370126720333413667
Binary1000101101000111110001010110111010011110111001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2268f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2268f8; }

 p { color: rgb(34,104,248); }

 H1.HeaderClassName
 {
   color: #2268f8;
 }
 .AnyTagClassName
 {
   color: #2268f8;
 }
</style>
background-color css

<style>
 a { background-color: #2268f8; }

 a { background-color: rgb(34,104,248); }

 div.DivClassName
 {
   background-color: #2268f8;
 }
 .BgClassName
 {
   background-color: #2268f8;
 }
</style>
border-color css

<style>
 span { border-color: #2268f8; }

 span { border-color: rgb(34,104,248); }

 td.TdClassName
 {
   border-color: #2268f8;
 }
 .TagClassName
 {
   border-color: #2268f8;
 }
</style>