Shades of Cornflower Blue #558FFA
Tints of Cornflower Blue #558FFA
RGB
CMYK
RGB Variations
Color information
#558FFA (or 0x558FFA) is known color: Cornflower Blue. HEX triplet: 55, 8F and FA. RGB value is (85,143,250). Sum of RGB (Red+Green+Blue) = 85+143+250=478 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.78% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #558FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558FFA is #AA7005. Grayscale: #898989. Windows color (decimal): -11169798 or 16420693. OLE color: 16420693.
HSL color Cylindrical-coordinate representation of color #558FFA: hue angle of 218.91º degrees, saturation: 0.94, 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 #558FFA is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 143 | 250 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.02 |
| HSL | 218.91º | 0.94% | 0.66% | - |
| HSV(B) | 218.91º | 0.66% | 0.98% | - |
| XYZ | 30.82 | 28.48 | 94.31 | - |
| YUV | 137.86 | 191.28 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 250 | 0.66 | 0.43 | 0 | 0.02 | 218.91 | 0.94 | 0.66 |
| Hex | 55 | 8F | FA | 42 | 2B | 0 | 2 | DB | 5E | 42 |
| Octal | 125 | 217 | 372 | 102 | 53 | 0 | 2 | 333 | 136 | 102 |
| Binary | 1010101 | 10001111 | 11111010 | 1000010 | 101011 | 0 | 10 | 11011011 | 1011110 | 1000010 |
Color Harmonies of #558FFA
Complementary color
Monochromatic Colors of #558FFA
Black with #558FFA
Text Example
Text Example
White with #558FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558FFA; }
p { color: rgb(85,143,250); }
H1.HeaderClassName
{
color: #558FFA;
}
.AnyTagClassName
{
color: #558FFA;
}
</style>
background-color css
<style>
a { background-color: #558FFA; }
a { background-color: rgb(85,143,250); }
div.DivClassName
{
background-color: #558FFA;
}
.BgClassName
{
background-color: #558FFA;
}
</style>
border-color css
<style>
span { border-color: #558FFA; }
span { border-color: rgb(85,143,250); }
td.TdClassName
{
border-color: #558FFA;
}
.TagClassName
{
border-color: #558FFA;
}
</style>