Shades of Cornflower Blue #558CDE
Tints of Cornflower Blue #558CDE
RGB
CMYK
RGB Variations
Color information
#558CDE (or 0x558CDE) is known color: Cornflower Blue. HEX triplet: 55, 8C and DE. RGB value is (85,140,222). Sum of RGB (Red+Green+Blue) = 85+140+222=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #558CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558CDE is #AA7321. Grayscale: #848484. Windows color (decimal): -11170594 or 14584917. OLE color: 14584917.
HSL color Cylindrical-coordinate representation of color #558CDE: hue angle of 215.91º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #558CDE is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 140 | 222 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.13 |
| HSL | 215.91º | 0.67% | 0.6% | - |
| HSV(B) | 215.91º | 0.62% | 0.87% | - |
| XYZ | 26.31 | 25.96 | 72.73 | - |
| YUV | 132.9 | 178.28 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 222 | 0.62 | 0.37 | 0 | 0.13 | 215.91 | 0.67 | 0.6 |
| Hex | 55 | 8C | DE | 3E | 25 | 0 | D | D8 | 43 | 3C |
| Octal | 125 | 214 | 336 | 76 | 45 | 0 | 15 | 330 | 103 | 74 |
| Binary | 1010101 | 10001100 | 11011110 | 111110 | 100101 | 0 | 1101 | 11011000 | 1000011 | 111100 |
Color Harmonies of #558CDE
Complementary color
Monochromatic Colors of #558CDE
Black with #558CDE
Text Example
Text Example
White with #558CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558CDE; }
p { color: rgb(85,140,222); }
H1.HeaderClassName
{
color: #558CDE;
}
.AnyTagClassName
{
color: #558CDE;
}
</style>
background-color css
<style>
a { background-color: #558CDE; }
a { background-color: rgb(85,140,222); }
div.DivClassName
{
background-color: #558CDE;
}
.BgClassName
{
background-color: #558CDE;
}
</style>
border-color css
<style>
span { border-color: #558CDE; }
span { border-color: rgb(85,140,222); }
td.TdClassName
{
border-color: #558CDE;
}
.TagClassName
{
border-color: #558CDE;
}
</style>