Shades of Cornflower Blue #558DEC
Tints of Cornflower Blue #558DEC
RGB
CMYK
RGB Variations
Color information
#558DEC (or 0x558DEC) is known color: Cornflower Blue. HEX triplet: 55, 8D and EC. RGB value is (85,141,236). Sum of RGB (Red+Green+Blue) = 85+141+236=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #558DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558DEC is #AA7213. Grayscale: #868686. Windows color (decimal): -11170324 or 15502677. OLE color: 15502677.
HSL color Cylindrical-coordinate representation of color #558DEC: hue angle of 217.75º degrees, saturation: 0.8, 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 #558DEC is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 141 | 236 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.07 |
| HSL | 217.75º | 0.8% | 0.63% | - |
| HSV(B) | 217.75º | 0.64% | 0.93% | - |
| XYZ | 28.41 | 27.04 | 83.08 | - |
| YUV | 135.09 | 184.95 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 141 | 236 | 0.64 | 0.40 | 0 | 0.07 | 217.75 | 0.8 | 0.63 |
| Hex | 55 | 8D | EC | 40 | 28 | 0 | 7 | DA | 50 | 3F |
| Octal | 125 | 215 | 354 | 100 | 50 | 0 | 7 | 332 | 120 | 77 |
| Binary | 1010101 | 10001101 | 11101100 | 1000000 | 101000 | 0 | 111 | 11011010 | 1010000 | 111111 |
Color Harmonies of #558DEC
Complementary color
Monochromatic Colors of #558DEC
Black with #558DEC
Text Example
Text Example
White with #558DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558DEC; }
p { color: rgb(85,141,236); }
H1.HeaderClassName
{
color: #558DEC;
}
.AnyTagClassName
{
color: #558DEC;
}
</style>
background-color css
<style>
a { background-color: #558DEC; }
a { background-color: rgb(85,141,236); }
div.DivClassName
{
background-color: #558DEC;
}
.BgClassName
{
background-color: #558DEC;
}
</style>
border-color css
<style>
span { border-color: #558DEC; }
span { border-color: rgb(85,141,236); }
td.TdClassName
{
border-color: #558DEC;
}
.TagClassName
{
border-color: #558DEC;
}
</style>