Shades of Cornflower Blue #558AF9
Tints of Cornflower Blue #558AF9
RGB
CMYK
RGB Variations
Color information
#558AF9 (or 0x558AF9) is known color: Cornflower Blue. HEX triplet: 55, 8A and F9. RGB value is (85,138,249). Sum of RGB (Red+Green+Blue) = 85+138+249=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #558AF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558AF9 is #AA7506. Grayscale: #868686. Windows color (decimal): -11171079 or 16353877. OLE color: 16353877.
HSL color Cylindrical-coordinate representation of color #558AF9: hue angle of 220.61º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #558AF9 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 138 | 249 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.02 |
| HSL | 220.61º | 0.93% | 0.65% | - |
| HSV(B) | 220.61º | 0.66% | 0.98% | - |
| XYZ | 29.93 | 26.95 | 93.25 | - |
| YUV | 134.81 | 192.44 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 249 | 0.66 | 0.45 | 0 | 0.02 | 220.61 | 0.93 | 0.65 |
| Hex | 55 | 8A | F9 | 42 | 2D | 0 | 2 | DD | 5D | 41 |
| Octal | 125 | 212 | 371 | 102 | 55 | 0 | 2 | 335 | 135 | 101 |
| Binary | 1010101 | 10001010 | 11111001 | 1000010 | 101101 | 0 | 10 | 11011101 | 1011101 | 1000001 |
Color Harmonies of #558AF9
Complementary color
Monochromatic Colors of #558AF9
Black with #558AF9
Text Example
Text Example
White with #558AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558AF9; }
p { color: rgb(85,138,249); }
H1.HeaderClassName
{
color: #558AF9;
}
.AnyTagClassName
{
color: #558AF9;
}
</style>
background-color css
<style>
a { background-color: #558AF9; }
a { background-color: rgb(85,138,249); }
div.DivClassName
{
background-color: #558AF9;
}
.BgClassName
{
background-color: #558AF9;
}
</style>
border-color css
<style>
span { border-color: #558AF9; }
span { border-color: rgb(85,138,249); }
td.TdClassName
{
border-color: #558AF9;
}
.TagClassName
{
border-color: #558AF9;
}
</style>