Shades of Cornflower Blue #558FE1
Tints of Cornflower Blue #558FE1
RGB
CMYK
RGB Variations
Color information
#558FE1 (or 0x558FE1) is known color: Cornflower Blue. HEX triplet: 55, 8F and E1. RGB value is (85,143,225). Sum of RGB (Red+Green+Blue) = 85+143+225=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 225 (88.28% from 255 or 49.67% from 453); Max value from RGB is 225 - color contains mainly: blue. Hex color #558FE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558FE1 is #AA701E. Grayscale: #868686. Windows color (decimal): -11169823 or 14782293. OLE color: 14782293.
HSL color Cylindrical-coordinate representation of color #558FE1: hue angle of 215.14º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #558FE1 is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 143 | 225 | - |
| CMYK | 0.62 | 0.36 | 0 | 0.12 |
| HSL | 215.14º | 0.7% | 0.61% | - |
| HSV(B) | 215.14º | 0.62% | 0.88% | - |
| XYZ | 27.16 | 27.01 | 75.02 | - |
| YUV | 135.01 | 178.78 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 225 | 0.62 | 0.36 | 0 | 0.12 | 215.14 | 0.7 | 0.61 |
| Hex | 55 | 8F | E1 | 3E | 24 | 0 | C | D7 | 46 | 3D |
| Octal | 125 | 217 | 341 | 76 | 44 | 0 | 14 | 327 | 106 | 75 |
| Binary | 1010101 | 10001111 | 11100001 | 111110 | 100100 | 0 | 1100 | 11010111 | 1000110 | 111101 |
Color Harmonies of #558FE1
Complementary color
Monochromatic Colors of #558FE1
Black with #558FE1
Text Example
Text Example
White with #558FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558FE1; }
p { color: rgb(85,143,225); }
H1.HeaderClassName
{
color: #558FE1;
}
.AnyTagClassName
{
color: #558FE1;
}
</style>
background-color css
<style>
a { background-color: #558FE1; }
a { background-color: rgb(85,143,225); }
div.DivClassName
{
background-color: #558FE1;
}
.BgClassName
{
background-color: #558FE1;
}
</style>
border-color css
<style>
span { border-color: #558FE1; }
span { border-color: rgb(85,143,225); }
td.TdClassName
{
border-color: #558FE1;
}
.TagClassName
{
border-color: #558FE1;
}
</style>