Shades of Cornflower Blue #558AFA
Tints of Cornflower Blue #558AFA
RGB
CMYK
RGB Variations
Color information
#558AFA (or 0x558AFA) is known color: Cornflower Blue. HEX triplet: 55, 8A and FA. RGB value is (85,138,250). Sum of RGB (Red+Green+Blue) = 85+138+250=473 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.97% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #558AFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558AFA is #AA7505. Grayscale: #868686. Windows color (decimal): -11171078 or 16419413. OLE color: 16419413.
HSL color Cylindrical-coordinate representation of color #558AFA: hue angle of 220.73º 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 #558AFA is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 138 | 250 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.02 |
| HSL | 220.73º | 0.94% | 0.66% | - |
| HSV(B) | 220.73º | 0.66% | 0.98% | - |
| XYZ | 30.09 | 27.01 | 94.07 | - |
| YUV | 134.92 | 192.94 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 250 | 0.66 | 0.45 | 0 | 0.02 | 220.73 | 0.94 | 0.66 |
| Hex | 55 | 8A | FA | 42 | 2D | 0 | 2 | DD | 5E | 42 |
| Octal | 125 | 212 | 372 | 102 | 55 | 0 | 2 | 335 | 136 | 102 |
| Binary | 1010101 | 10001010 | 11111010 | 1000010 | 101101 | 0 | 10 | 11011101 | 1011110 | 1000010 |
Color Harmonies of #558AFA
Complementary color
Monochromatic Colors of #558AFA
Black with #558AFA
Text Example
Text Example
White with #558AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558AFA; }
p { color: rgb(85,138,250); }
H1.HeaderClassName
{
color: #558AFA;
}
.AnyTagClassName
{
color: #558AFA;
}
</style>
background-color css
<style>
a { background-color: #558AFA; }
a { background-color: rgb(85,138,250); }
div.DivClassName
{
background-color: #558AFA;
}
.BgClassName
{
background-color: #558AFA;
}
</style>
border-color css
<style>
span { border-color: #558AFA; }
span { border-color: rgb(85,138,250); }
td.TdClassName
{
border-color: #558AFA;
}
.TagClassName
{
border-color: #558AFA;
}
</style>