#569DEC

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

Shades of Cornflower Blue #569DEC

Tints of Cornflower Blue #569DEC

Color information

#569DEC (or 0x569DEC) is unknown color: approx Cornflower Blue. HEX triplet: 56, 9D and EC. RGB value is (86,157,236). Sum of RGB (Red+Green+Blue) = 86+157+236=479 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.95% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #569DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #569DEC is #A96213. Grayscale: #909090. Windows color (decimal): -11100692 or 15506774. OLE color: 15506774.

HSL color Cylindrical-coordinate representation of color #569DEC: hue angle of 211.6º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #569DEC is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB86157236-
CMYK0.640.3300.07
HSL211.6º79.79%63.14%-
HSV(B)211.6º63.56%92.55%-
XYZ31.0432.1583.93-
YUV144.78179.4886.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.95%
GREEN value IS 157 (61.72% from 255) = 32.78%
BLUE value IS 236 (92.58% from 255) = 49.27%
R=17.95%
G=32.78%
B=49.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal861572360.640.3300.07211.679.7963.14
Hex569DEC402107d4503f
Octal126235354100410732412077
Binary1010110100111011110110010000001000010111110101001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,157,236); }

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

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

 a { background-color: rgb(86,157,236); }

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

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

 span { border-color: rgb(86,157,236); }

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