#569CE4

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

Shades of Cornflower Blue #569CE4

Tints of Cornflower Blue #569CE4

Color information

#569CE4 (or 0x569CE4) is unknown color: approx Cornflower Blue. HEX triplet: 56, 9C and E4. RGB value is (86,156,228). Sum of RGB (Red+Green+Blue) = 86+156+228=470 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.30% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 228 (89.45% from 255 or 48.51% from 470); Max value from RGB is 228 - color contains mainly: blue. Hex color #569CE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569CE4 is #A9631B. Grayscale: #8E8E8E. Windows color (decimal): -11100956 or 14982230. OLE color: 14982230.

HSL color Cylindrical-coordinate representation of color #569CE4: hue angle of 210.42º 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 #569CE4 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB86156228-
CMYK0.620.3200.11
HSL210.42º72.45%61.57%-
HSV(B)210.42º62.28%89.41%-
XYZ29.7331.3677.88-
YUV143.28175.8187.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.30%
GREEN value IS 156 (61.33% from 255) = 33.19%
BLUE value IS 228 (89.45% from 255) = 48.51%
R=18.30%
G=33.19%
B=48.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal861562280.620.3200.11210.4272.4561.57
Hex569CE43E200Bd2483e
Octal126234344764001332211076
Binary1010110100111001110010011111010000001011110100101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569CE4; }

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

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

<style>
 a { background-color: #569CE4; }

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

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

<style>
 span { border-color: #569CE4; }

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

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