Shades of Cornflower Blue #559EE8
Tints of Cornflower Blue #559EE8
RGB
CMYK
RGB Variations
Color information
#559EE8 (or 0x559EE8) is known color: Cornflower Blue. HEX triplet: 55, 9E and E8. RGB value is (85,158,232). Sum of RGB (Red+Green+Blue) = 85+158+232=475 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.89% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #559EE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559EE8 is #AA6117. Grayscale: #909090. Windows color (decimal): -11165976 or 15244885. OLE color: 15244885.
HSL color Cylindrical-coordinate representation of color #559EE8: hue angle of 210.2º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #559EE8 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 158 | 232 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.09 |
| HSL | 210.2º | 0.76% | 0.62% | - |
| HSV(B) | 210.2º | 0.63% | 0.91% | - |
| XYZ | 30.54 | 32.21 | 80.95 | - |
| YUV | 144.61 | 177.32 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 158 | 232 | 0.63 | 0.32 | 0 | 0.09 | 210.2 | 0.76 | 0.62 |
| Hex | 55 | 9E | E8 | 3F | 20 | 0 | 9 | D2 | 4C | 3E |
| Octal | 125 | 236 | 350 | 77 | 40 | 0 | 11 | 322 | 114 | 76 |
| Binary | 1010101 | 10011110 | 11101000 | 111111 | 100000 | 0 | 1001 | 11010010 | 1001100 | 111110 |
Color Harmonies of #559EE8
Complementary color
Monochromatic Colors of #559EE8
Black with #559EE8
Text Example
Text Example
White with #559EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559EE8; }
p { color: rgb(85,158,232); }
H1.HeaderClassName
{
color: #559EE8;
}
.AnyTagClassName
{
color: #559EE8;
}
</style>
background-color css
<style>
a { background-color: #559EE8; }
a { background-color: rgb(85,158,232); }
div.DivClassName
{
background-color: #559EE8;
}
.BgClassName
{
background-color: #559EE8;
}
</style>
border-color css
<style>
span { border-color: #559EE8; }
span { border-color: rgb(85,158,232); }
td.TdClassName
{
border-color: #559EE8;
}
.TagClassName
{
border-color: #559EE8;
}
</style>