Shades of Cornflower Blue #558EFC
Tints of Cornflower Blue #558EFC
RGB
CMYK
RGB Variations
Color information
#558EFC (or 0x558EFC) is known color: Cornflower Blue. HEX triplet: 55, 8E and FC. RGB value is (85,142,252). Sum of RGB (Red+Green+Blue) = 85+142+252=479 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.75% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #558EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558EFC is #AA7103. Grayscale: #898989. Windows color (decimal): -11170052 or 16551509. OLE color: 16551509.
HSL color Cylindrical-coordinate representation of color #558EFC: hue angle of 219.52º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #558EFC is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 142 | 252 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.01 |
| HSL | 219.52º | 0.97% | 0.66% | - |
| HSV(B) | 219.52º | 0.66% | 0.99% | - |
| XYZ | 30.99 | 28.31 | 95.93 | - |
| YUV | 137.5 | 192.62 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 142 | 252 | 0.66 | 0.44 | 0 | 0.01 | 219.52 | 0.97 | 0.66 |
| Hex | 55 | 8E | FC | 42 | 2C | 0 | 1 | DC | 61 | 42 |
| Octal | 125 | 216 | 374 | 102 | 54 | 0 | 1 | 334 | 141 | 102 |
| Binary | 1010101 | 10001110 | 11111100 | 1000010 | 101100 | 0 | 1 | 11011100 | 1100001 | 1000010 |
Color Harmonies of #558EFC
Complementary color
Monochromatic Colors of #558EFC
Black with #558EFC
Text Example
Text Example
White with #558EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558EFC; }
p { color: rgb(85,142,252); }
H1.HeaderClassName
{
color: #558EFC;
}
.AnyTagClassName
{
color: #558EFC;
}
</style>
background-color css
<style>
a { background-color: #558EFC; }
a { background-color: rgb(85,142,252); }
div.DivClassName
{
background-color: #558EFC;
}
.BgClassName
{
background-color: #558EFC;
}
</style>
border-color css
<style>
span { border-color: #558EFC; }
span { border-color: rgb(85,142,252); }
td.TdClassName
{
border-color: #558EFC;
}
.TagClassName
{
border-color: #558EFC;
}
</style>