Shades of Cornflower Blue #559EEA
Tints of Cornflower Blue #559EEA
RGB
CMYK
RGB Variations
Color information
#559EEA (or 0x559EEA) is known color: Cornflower Blue. HEX triplet: 55, 9E and EA. RGB value is (85,158,234). Sum of RGB (Red+Green+Blue) = 85+158+234=477 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.82% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #559EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559EEA is #AA6115. Grayscale: #909090. Windows color (decimal): -11165974 or 15375957. OLE color: 15375957.
HSL color Cylindrical-coordinate representation of color #559EEA: hue angle of 210.6º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #559EEA is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 158 | 234 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.08 |
| HSL | 210.6º | 0.78% | 0.63% | - |
| HSV(B) | 210.6º | 0.64% | 0.92% | - |
| XYZ | 30.82 | 32.33 | 82.46 | - |
| YUV | 144.84 | 178.32 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 158 | 234 | 0.64 | 0.32 | 0 | 0.08 | 210.6 | 0.78 | 0.63 |
| Hex | 55 | 9E | EA | 40 | 20 | 0 | 8 | D3 | 4E | 3F |
| Octal | 125 | 236 | 352 | 100 | 40 | 0 | 10 | 323 | 116 | 77 |
| Binary | 1010101 | 10011110 | 11101010 | 1000000 | 100000 | 0 | 1000 | 11010011 | 1001110 | 111111 |
Color Harmonies of #559EEA
Complementary color
Monochromatic Colors of #559EEA
Black with #559EEA
Text Example
Text Example
White with #559EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559EEA; }
p { color: rgb(85,158,234); }
H1.HeaderClassName
{
color: #559EEA;
}
.AnyTagClassName
{
color: #559EEA;
}
</style>
background-color css
<style>
a { background-color: #559EEA; }
a { background-color: rgb(85,158,234); }
div.DivClassName
{
background-color: #559EEA;
}
.BgClassName
{
background-color: #559EEA;
}
</style>
border-color css
<style>
span { border-color: #559EEA; }
span { border-color: rgb(85,158,234); }
td.TdClassName
{
border-color: #559EEA;
}
.TagClassName
{
border-color: #559EEA;
}
</style>