Shades of Cornflower Blue #558DEE
Tints of Cornflower Blue #558DEE
RGB
CMYK
RGB Variations
Color information
#558DEE (or 0x558DEE) is known color: Cornflower Blue. HEX triplet: 55, 8D and EE. RGB value is (85,141,238). Sum of RGB (Red+Green+Blue) = 85+141+238=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #558DEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558DEE is #AA7211. Grayscale: #868686. Windows color (decimal): -11170322 or 15633749. OLE color: 15633749.
HSL color Cylindrical-coordinate representation of color #558DEE: hue angle of 218.04º 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 #558DEE is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 141 | 238 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.07 |
| HSL | 218.04º | 0.82% | 0.63% | - |
| HSV(B) | 218.04º | 0.64% | 0.93% | - |
| XYZ | 28.7 | 27.15 | 84.62 | - |
| YUV | 135.31 | 185.95 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 141 | 238 | 0.64 | 0.41 | 0 | 0.07 | 218.04 | 0.82 | 0.63 |
| Hex | 55 | 8D | EE | 40 | 29 | 0 | 7 | DA | 52 | 3F |
| Octal | 125 | 215 | 356 | 100 | 51 | 0 | 7 | 332 | 122 | 77 |
| Binary | 1010101 | 10001101 | 11101110 | 1000000 | 101001 | 0 | 111 | 11011010 | 1010010 | 111111 |
Color Harmonies of #558DEE
Complementary color
Monochromatic Colors of #558DEE
Black with #558DEE
Text Example
Text Example
White with #558DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558DEE; }
p { color: rgb(85,141,238); }
H1.HeaderClassName
{
color: #558DEE;
}
.AnyTagClassName
{
color: #558DEE;
}
</style>
background-color css
<style>
a { background-color: #558DEE; }
a { background-color: rgb(85,141,238); }
div.DivClassName
{
background-color: #558DEE;
}
.BgClassName
{
background-color: #558DEE;
}
</style>
border-color css
<style>
span { border-color: #558DEE; }
span { border-color: rgb(85,141,238); }
td.TdClassName
{
border-color: #558DEE;
}
.TagClassName
{
border-color: #558DEE;
}
</style>