Shades of Cornflower Blue #569BEA
Tints of Cornflower Blue #569BEA
RGB
CMYK
RGB Variations
Color information
#569BEA (or 0x569BEA) is known color: Cornflower Blue. HEX triplet: 56, 9B and EA. RGB value is (86,155,234). Sum of RGB (Red+Green+Blue) = 86+155+234=475 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.11% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #569BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #569BEA is #A96415. Grayscale: #8E8E8E. Windows color (decimal): -11101206 or 15375190. OLE color: 15375190.
HSL color Cylindrical-coordinate representation of color #569BEA: hue angle of 212.03º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #569BEA is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 155 | 234 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.08 |
| HSL | 212.03º | 0.78% | 0.63% | - |
| HSV(B) | 212.03º | 0.63% | 0.92% | - |
| XYZ | 30.41 | 31.36 | 82.29 | - |
| YUV | 143.38 | 179.14 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 155 | 234 | 0.63 | 0.34 | 0 | 0.08 | 212.03 | 0.78 | 0.63 |
| Hex | 56 | 9B | EA | 3F | 22 | 0 | 8 | D4 | 4E | 3F |
| Octal | 126 | 233 | 352 | 77 | 42 | 0 | 10 | 324 | 116 | 77 |
| Binary | 1010110 | 10011011 | 11101010 | 111111 | 100010 | 0 | 1000 | 11010100 | 1001110 | 111111 |
Color Harmonies of #569BEA
Complementary color
Monochromatic Colors of #569BEA
Black with #569BEA
Text Example
Text Example
White with #569BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569BEA; }
p { color: rgb(86,155,234); }
H1.HeaderClassName
{
color: #569BEA;
}
.AnyTagClassName
{
color: #569BEA;
}
</style>
background-color css
<style>
a { background-color: #569BEA; }
a { background-color: rgb(86,155,234); }
div.DivClassName
{
background-color: #569BEA;
}
.BgClassName
{
background-color: #569BEA;
}
</style>
border-color css
<style>
span { border-color: #569BEA; }
span { border-color: rgb(86,155,234); }
td.TdClassName
{
border-color: #569BEA;
}
.TagClassName
{
border-color: #569BEA;
}
</style>