Shades of Cornflower Blue #559EEF
Tints of Cornflower Blue #559EEF
RGB
CMYK
RGB Variations
Color information
#559EEF (or 0x559EEF) is known color: Cornflower Blue. HEX triplet: 55, 9E and EF. RGB value is (85,158,239). Sum of RGB (Red+Green+Blue) = 85+158+239=482 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.63% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #559EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559EEF is #AA6110. Grayscale: #919191. Windows color (decimal): -11165969 or 15703637. OLE color: 15703637.
HSL color Cylindrical-coordinate representation of color #559EEF: hue angle of 211.56º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #559EEF is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 158 | 239 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.06 |
| HSL | 211.56º | 0.83% | 0.64% | - |
| HSV(B) | 211.56º | 0.64% | 0.94% | - |
| XYZ | 31.55 | 32.62 | 86.29 | - |
| YUV | 145.41 | 180.82 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 158 | 239 | 0.64 | 0.34 | 0 | 0.06 | 211.56 | 0.83 | 0.64 |
| Hex | 55 | 9E | EF | 40 | 22 | 0 | 6 | D4 | 53 | 40 |
| Octal | 125 | 236 | 357 | 100 | 42 | 0 | 6 | 324 | 123 | 100 |
| Binary | 1010101 | 10011110 | 11101111 | 1000000 | 100010 | 0 | 110 | 11010100 | 1010011 | 1000000 |
Color Harmonies of #559EEF
Complementary color
Monochromatic Colors of #559EEF
Black with #559EEF
Text Example
Text Example
White with #559EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559EEF; }
p { color: rgb(85,158,239); }
H1.HeaderClassName
{
color: #559EEF;
}
.AnyTagClassName
{
color: #559EEF;
}
</style>
background-color css
<style>
a { background-color: #559EEF; }
a { background-color: rgb(85,158,239); }
div.DivClassName
{
background-color: #559EEF;
}
.BgClassName
{
background-color: #559EEF;
}
</style>
border-color css
<style>
span { border-color: #559EEF; }
span { border-color: rgb(85,158,239); }
td.TdClassName
{
border-color: #559EEF;
}
.TagClassName
{
border-color: #559EEF;
}
</style>