Shades of Cornflower Blue #558AFB
Tints of Cornflower Blue #558AFB
RGB
CMYK
RGB Variations
Color information
#558AFB (or 0x558AFB) is known color: Cornflower Blue. HEX triplet: 55, 8A and FB. RGB value is (85,138,251). Sum of RGB (Red+Green+Blue) = 85+138+251=474 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.93% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #558AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558AFB is #AA7504. Grayscale: #868686. Windows color (decimal): -11171077 or 16484949. OLE color: 16484949.
HSL color Cylindrical-coordinate representation of color #558AFB: hue angle of 220.84º 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 #558AFB is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 138 | 251 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.02 |
| HSL | 220.84º | 0.95% | 0.66% | - |
| HSV(B) | 220.84º | 0.66% | 0.98% | - |
| XYZ | 30.25 | 27.07 | 94.9 | - |
| YUV | 135.04 | 193.44 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 251 | 0.66 | 0.45 | 0 | 0.02 | 220.84 | 0.95 | 0.66 |
| Hex | 55 | 8A | FB | 42 | 2D | 0 | 2 | DD | 5F | 42 |
| Octal | 125 | 212 | 373 | 102 | 55 | 0 | 2 | 335 | 137 | 102 |
| Binary | 1010101 | 10001010 | 11111011 | 1000010 | 101101 | 0 | 10 | 11011101 | 1011111 | 1000010 |
Color Harmonies of #558AFB
Complementary color
Monochromatic Colors of #558AFB
Black with #558AFB
Text Example
Text Example
White with #558AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558AFB; }
p { color: rgb(85,138,251); }
H1.HeaderClassName
{
color: #558AFB;
}
.AnyTagClassName
{
color: #558AFB;
}
</style>
background-color css
<style>
a { background-color: #558AFB; }
a { background-color: rgb(85,138,251); }
div.DivClassName
{
background-color: #558AFB;
}
.BgClassName
{
background-color: #558AFB;
}
</style>
border-color css
<style>
span { border-color: #558AFB; }
span { border-color: rgb(85,138,251); }
td.TdClassName
{
border-color: #558AFB;
}
.TagClassName
{
border-color: #558AFB;
}
</style>