#568AE4

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

Shades of Cornflower Blue #568AE4

Tints of Cornflower Blue #568AE4

Color information

#568AE4 (or 0x568AE4) is unknown color: approx Cornflower Blue. HEX triplet: 56, 8A and E4. RGB value is (86,138,228). Sum of RGB (Red+Green+Blue) = 86+138+228=452 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.03% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 228 (89.45% from 255 or 50.44% from 452); Max value from RGB is 228 - color contains mainly: blue. Hex color #568AE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568AE4 is #A9751B. Grayscale: #848484. Windows color (decimal): -11105564 or 14977622. OLE color: 14977622.

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

Color convert

RGB86138228-
CMYK0.620.3900.11
HSL218.03º72.45%61.57%-
HSV(B)218.03º62.28%89.41%-
XYZ26.9325.7676.95-
YUV132.71181.7794.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.03%
GREEN value IS 138 (54.30% from 255) = 30.53%
BLUE value IS 228 (89.45% from 255) = 50.44%
R=19.03%
G=30.53%
B=50.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal861382280.620.3900.11218.0372.4561.57
Hex568AE43E270Bda483e
Octal126212344764701333211076
Binary1010110100010101110010011111010011101011110110101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,138,228); }

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

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

 a { background-color: rgb(86,138,228); }

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

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

 span { border-color: rgb(86,138,228); }

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