#568EE2

Color #568EE2 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #568EE2

Tints of Cornflower Blue #568EE2

Color information

#568EE2 (or 0x568EE2) is unknown color: approx Cornflower Blue. HEX triplet: 56, 8E and E2. RGB value is (86,142,226). Sum of RGB (Red+Green+Blue) = 86+142+226=454 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.94% from 454); Green value is 142 (55.86% from 255 or 31.28% from 454); Blue value is 226 (88.67% from 255 or 49.78% from 454); Max value from RGB is 226 - color contains mainly: blue. Hex color #568EE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568EE2 is #A9711D. Grayscale: #868686. Windows color (decimal): -11104542 or 14847574. OLE color: 14847574.

HSL color Cylindrical-coordinate representation of color #568EE2: hue angle of 216º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #568EE2 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB86142226-
CMYK0.620.3700.11
HSL216º70.71%61.18%-
HSV(B)216º61.95%88.63%-
XYZ27.2426.8275.69-
YUV134.83179.4593.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.94%
GREEN value IS 142 (55.86% from 255) = 31.28%
BLUE value IS 226 (88.67% from 255) = 49.78%
R=18.94%
G=31.28%
B=49.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal861422260.620.3700.1121670.7161.18
Hex568EE23E250Bd8473d
Octal126216342764501333010775
Binary1010110100011101110001011111010010101011110110001000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568EE2; }

 p { color: rgb(86,142,226); }

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

<style>
 a { background-color: #568EE2; }

 a { background-color: rgb(86,142,226); }

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

<style>
 span { border-color: #568EE2; }

 span { border-color: rgb(86,142,226); }

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