Shades of Cornflower Blue #558FE2
Tints of Cornflower Blue #558FE2
RGB
CMYK
RGB Variations
Color information
#558FE2 (or 0x558FE2) is known color: Cornflower Blue. HEX triplet: 55, 8F and E2. RGB value is (85,143,226). Sum of RGB (Red+Green+Blue) = 85+143+226=454 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.72% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 226 (88.67% from 255 or 49.78% from 454); Max value from RGB is 226 - color contains mainly: blue. Hex color #558FE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558FE2 is #AA701D. Grayscale: #868686. Windows color (decimal): -11169822 or 14847829. OLE color: 14847829.
HSL color Cylindrical-coordinate representation of color #558FE2: hue angle of 215.32º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #558FE2 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 143 | 226 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.11 |
| HSL | 215.32º | 0.71% | 0.61% | - |
| HSV(B) | 215.32º | 0.62% | 0.89% | - |
| XYZ | 27.3 | 27.07 | 75.74 | - |
| YUV | 135.12 | 179.28 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 226 | 0.62 | 0.37 | 0 | 0.11 | 215.32 | 0.71 | 0.61 |
| Hex | 55 | 8F | E2 | 3E | 25 | 0 | B | D7 | 47 | 3D |
| Octal | 125 | 217 | 342 | 76 | 45 | 0 | 13 | 327 | 107 | 75 |
| Binary | 1010101 | 10001111 | 11100010 | 111110 | 100101 | 0 | 1011 | 11010111 | 1000111 | 111101 |
Color Harmonies of #558FE2
Complementary color
Monochromatic Colors of #558FE2
Black with #558FE2
Text Example
Text Example
White with #558FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558FE2; }
p { color: rgb(85,143,226); }
H1.HeaderClassName
{
color: #558FE2;
}
.AnyTagClassName
{
color: #558FE2;
}
</style>
background-color css
<style>
a { background-color: #558FE2; }
a { background-color: rgb(85,143,226); }
div.DivClassName
{
background-color: #558FE2;
}
.BgClassName
{
background-color: #558FE2;
}
</style>
border-color css
<style>
span { border-color: #558FE2; }
span { border-color: rgb(85,143,226); }
td.TdClassName
{
border-color: #558FE2;
}
.TagClassName
{
border-color: #558FE2;
}
</style>