Shades of Cornflower Blue #558EFB
Tints of Cornflower Blue #558EFB
RGB
CMYK
RGB Variations
Color information
#558EFB (or 0x558EFB) is known color: Cornflower Blue. HEX triplet: 55, 8E and FB. RGB value is (85,142,251). Sum of RGB (Red+Green+Blue) = 85+142+251=478 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.78% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #558EFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558EFB is #AA7104. Grayscale: #888888. Windows color (decimal): -11170053 or 16485973. OLE color: 16485973.
HSL color Cylindrical-coordinate representation of color #558EFB: hue angle of 219.4º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #558EFB is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 142 | 251 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.02 |
| HSL | 219.4º | 0.95% | 0.66% | - |
| HSV(B) | 219.4º | 0.66% | 0.98% | - |
| XYZ | 30.83 | 28.24 | 95.09 | - |
| YUV | 137.38 | 192.12 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 142 | 251 | 0.66 | 0.43 | 0 | 0.02 | 219.4 | 0.95 | 0.66 |
| Hex | 55 | 8E | FB | 42 | 2B | 0 | 2 | DB | 5F | 42 |
| Octal | 125 | 216 | 373 | 102 | 53 | 0 | 2 | 333 | 137 | 102 |
| Binary | 1010101 | 10001110 | 11111011 | 1000010 | 101011 | 0 | 10 | 11011011 | 1011111 | 1000010 |
Color Harmonies of #558EFB
Complementary color
Monochromatic Colors of #558EFB
Black with #558EFB
Text Example
Text Example
White with #558EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558EFB; }
p { color: rgb(85,142,251); }
H1.HeaderClassName
{
color: #558EFB;
}
.AnyTagClassName
{
color: #558EFB;
}
</style>
background-color css
<style>
a { background-color: #558EFB; }
a { background-color: rgb(85,142,251); }
div.DivClassName
{
background-color: #558EFB;
}
.BgClassName
{
background-color: #558EFB;
}
</style>
border-color css
<style>
span { border-color: #558EFB; }
span { border-color: rgb(85,142,251); }
td.TdClassName
{
border-color: #558EFB;
}
.TagClassName
{
border-color: #558EFB;
}
</style>