Shades of Cornflower Blue #558FE6
Tints of Cornflower Blue #558FE6
RGB
CMYK
RGB Variations
Color information
#558FE6 (or 0x558FE6) is known color: Cornflower Blue. HEX triplet: 55, 8F and E6. RGB value is (85,143,230). Sum of RGB (Red+Green+Blue) = 85+143+230=458 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.56% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 230 (90.23% from 255 or 50.22% from 458); Max value from RGB is 230 - color contains mainly: blue. Hex color #558FE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558FE6 is #AA7019. Grayscale: #878787. Windows color (decimal): -11169818 or 15109973. OLE color: 15109973.
HSL color Cylindrical-coordinate representation of color #558FE6: hue angle of 216º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #558FE6 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 143 | 230 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.10 |
| HSL | 216º | 0.74% | 0.62% | - |
| HSV(B) | 216º | 0.63% | 0.9% | - |
| XYZ | 27.85 | 27.29 | 78.66 | - |
| YUV | 135.58 | 181.28 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 230 | 0.63 | 0.38 | 0 | 0.10 | 216 | 0.74 | 0.62 |
| Hex | 55 | 8F | E6 | 3F | 26 | 0 | A | D8 | 4A | 3E |
| Octal | 125 | 217 | 346 | 77 | 46 | 0 | 12 | 330 | 112 | 76 |
| Binary | 1010101 | 10001111 | 11100110 | 111111 | 100110 | 0 | 1010 | 11011000 | 1001010 | 111110 |
Color Harmonies of #558FE6
Complementary color
Monochromatic Colors of #558FE6
Black with #558FE6
Text Example
Text Example
White with #558FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558FE6; }
p { color: rgb(85,143,230); }
H1.HeaderClassName
{
color: #558FE6;
}
.AnyTagClassName
{
color: #558FE6;
}
</style>
background-color css
<style>
a { background-color: #558FE6; }
a { background-color: rgb(85,143,230); }
div.DivClassName
{
background-color: #558FE6;
}
.BgClassName
{
background-color: #558FE6;
}
</style>
border-color css
<style>
span { border-color: #558FE6; }
span { border-color: rgb(85,143,230); }
td.TdClassName
{
border-color: #558FE6;
}
.TagClassName
{
border-color: #558FE6;
}
</style>