Shades of Cornflower Blue #558EFE
Tints of Cornflower Blue #558EFE
RGB
CMYK
RGB Variations
Color information
#558EFE (or 0x558EFE) is known color: Cornflower Blue. HEX triplet: 55, 8E and FE. RGB value is (85,142,254). Sum of RGB (Red+Green+Blue) = 85+142+254=481 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.67% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #558EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558EFE is #AA7101. Grayscale: #898989. Windows color (decimal): -11170050 or 16682581. OLE color: 16682581.
HSL color Cylindrical-coordinate representation of color #558EFE: hue angle of 219.76º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #558EFE is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 142 | 254 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.00 |
| HSL | 219.76º | 0.99% | 0.66% | - |
| HSV(B) | 219.76º | 0.67% | 1% | - |
| XYZ | 31.31 | 28.43 | 97.6 | - |
| YUV | 137.73 | 193.62 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 142 | 254 | 0.67 | 0.44 | 0 | 0.00 | 219.76 | 0.99 | 0.66 |
| Hex | 55 | 8E | FE | 43 | 2C | 0 | 0 | DC | 63 | 42 |
| Octal | 125 | 216 | 376 | 103 | 54 | 0 | 0 | 334 | 143 | 102 |
| Binary | 1010101 | 10001110 | 11111110 | 1000011 | 101100 | 0 | 0 | 11011100 | 1100011 | 1000010 |
Color Harmonies of #558EFE
Complementary color
Monochromatic Colors of #558EFE
Black with #558EFE
Text Example
Text Example
White with #558EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558EFE; }
p { color: rgb(85,142,254); }
H1.HeaderClassName
{
color: #558EFE;
}
.AnyTagClassName
{
color: #558EFE;
}
</style>
background-color css
<style>
a { background-color: #558EFE; }
a { background-color: rgb(85,142,254); }
div.DivClassName
{
background-color: #558EFE;
}
.BgClassName
{
background-color: #558EFE;
}
</style>
border-color css
<style>
span { border-color: #558EFE; }
span { border-color: rgb(85,142,254); }
td.TdClassName
{
border-color: #558EFE;
}
.TagClassName
{
border-color: #558EFE;
}
</style>