Shades of Cornflower Blue #558FE9
Tints of Cornflower Blue #558FE9
RGB
CMYK
RGB Variations
Color information
#558FE9 (or 0x558FE9) is known color: Cornflower Blue. HEX triplet: 55, 8F and E9. RGB value is (85,143,233). Sum of RGB (Red+Green+Blue) = 85+143+233=461 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.44% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 233 (91.41% from 255 or 50.54% from 461); Max value from RGB is 233 - color contains mainly: blue. Hex color #558FE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558FE9 is #AA7016. Grayscale: #878787. Windows color (decimal): -11169815 or 15306581. OLE color: 15306581.
HSL color Cylindrical-coordinate representation of color #558FE9: hue angle of 216.49º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #558FE9 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 143 | 233 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.09 |
| HSL | 216.49º | 0.77% | 0.62% | - |
| HSV(B) | 216.49º | 0.64% | 0.91% | - |
| XYZ | 28.28 | 27.46 | 80.9 | - |
| YUV | 135.92 | 182.78 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 233 | 0.64 | 0.39 | 0 | 0.09 | 216.49 | 0.77 | 0.62 |
| Hex | 55 | 8F | E9 | 40 | 27 | 0 | 9 | D8 | 4D | 3E |
| Octal | 125 | 217 | 351 | 100 | 47 | 0 | 11 | 330 | 115 | 76 |
| Binary | 1010101 | 10001111 | 11101001 | 1000000 | 100111 | 0 | 1001 | 11011000 | 1001101 | 111110 |
Color Harmonies of #558FE9
Complementary color
Monochromatic Colors of #558FE9
Black with #558FE9
Text Example
Text Example
White with #558FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558FE9; }
p { color: rgb(85,143,233); }
H1.HeaderClassName
{
color: #558FE9;
}
.AnyTagClassName
{
color: #558FE9;
}
</style>
background-color css
<style>
a { background-color: #558FE9; }
a { background-color: rgb(85,143,233); }
div.DivClassName
{
background-color: #558FE9;
}
.BgClassName
{
background-color: #558FE9;
}
</style>
border-color css
<style>
span { border-color: #558FE9; }
span { border-color: rgb(85,143,233); }
td.TdClassName
{
border-color: #558FE9;
}
.TagClassName
{
border-color: #558FE9;
}
</style>