Shades of Cornflower Blue #559EEE
Tints of Cornflower Blue #559EEE
RGB
CMYK
RGB Variations
Color information
#559EEE (or 0x559EEE) is known color: Cornflower Blue. HEX triplet: 55, 9E and EE. RGB value is (85,158,238). Sum of RGB (Red+Green+Blue) = 85+158+238=481 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.67% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #559EEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559EEE is #AA6111. Grayscale: #909090. Windows color (decimal): -11165970 or 15638101. OLE color: 15638101.
HSL color Cylindrical-coordinate representation of color #559EEE: hue angle of 211.37º degrees, saturation: 0.82, 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 #559EEE is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 158 | 238 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.07 |
| HSL | 211.37º | 0.82% | 0.63% | - |
| HSV(B) | 211.37º | 0.64% | 0.93% | - |
| XYZ | 31.41 | 32.56 | 85.52 | - |
| YUV | 145.29 | 180.32 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 158 | 238 | 0.64 | 0.34 | 0 | 0.07 | 211.37 | 0.82 | 0.63 |
| Hex | 55 | 9E | EE | 40 | 22 | 0 | 7 | D3 | 52 | 3F |
| Octal | 125 | 236 | 356 | 100 | 42 | 0 | 7 | 323 | 122 | 77 |
| Binary | 1010101 | 10011110 | 11101110 | 1000000 | 100010 | 0 | 111 | 11010011 | 1010010 | 111111 |
Color Harmonies of #559EEE
Complementary color
Monochromatic Colors of #559EEE
Black with #559EEE
Text Example
Text Example
White with #559EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559EEE; }
p { color: rgb(85,158,238); }
H1.HeaderClassName
{
color: #559EEE;
}
.AnyTagClassName
{
color: #559EEE;
}
</style>
background-color css
<style>
a { background-color: #559EEE; }
a { background-color: rgb(85,158,238); }
div.DivClassName
{
background-color: #559EEE;
}
.BgClassName
{
background-color: #559EEE;
}
</style>
border-color css
<style>
span { border-color: #559EEE; }
span { border-color: rgb(85,158,238); }
td.TdClassName
{
border-color: #559EEE;
}
.TagClassName
{
border-color: #559EEE;
}
</style>