Shades of Cornflower Blue #558AF6
Tints of Cornflower Blue #558AF6
RGB
CMYK
RGB Variations
Color information
#558AF6 (or 0x558AF6) is known color: Cornflower Blue. HEX triplet: 55, 8A and F6. RGB value is (85,138,246). Sum of RGB (Red+Green+Blue) = 85+138+246=469 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.12% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 246 (96.48% from 255 or 52.45% from 469); Max value from RGB is 246 - color contains mainly: blue. Hex color #558AF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558AF6 is #AA7509. Grayscale: #858585. Windows color (decimal): -11171082 or 16157269. OLE color: 16157269.
HSL color Cylindrical-coordinate representation of color #558AF6: hue angle of 220.25º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #558AF6 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 138 | 246 | - |
| CMYK | 0.65 | 0.44 | 0 | 0.04 |
| HSL | 220.25º | 0.9% | 0.65% | - |
| HSV(B) | 220.25º | 0.65% | 0.96% | - |
| XYZ | 29.47 | 26.76 | 90.8 | - |
| YUV | 134.47 | 190.94 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 246 | 0.65 | 0.44 | 0 | 0.04 | 220.25 | 0.9 | 0.65 |
| Hex | 55 | 8A | F6 | 41 | 2C | 0 | 4 | DC | 5A | 41 |
| Octal | 125 | 212 | 366 | 101 | 54 | 0 | 4 | 334 | 132 | 101 |
| Binary | 1010101 | 10001010 | 11110110 | 1000001 | 101100 | 0 | 100 | 11011100 | 1011010 | 1000001 |
Color Harmonies of #558AF6
Complementary color
Monochromatic Colors of #558AF6
Black with #558AF6
Text Example
Text Example
White with #558AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558AF6; }
p { color: rgb(85,138,246); }
H1.HeaderClassName
{
color: #558AF6;
}
.AnyTagClassName
{
color: #558AF6;
}
</style>
background-color css
<style>
a { background-color: #558AF6; }
a { background-color: rgb(85,138,246); }
div.DivClassName
{
background-color: #558AF6;
}
.BgClassName
{
background-color: #558AF6;
}
</style>
border-color css
<style>
span { border-color: #558AF6; }
span { border-color: rgb(85,138,246); }
td.TdClassName
{
border-color: #558AF6;
}
.TagClassName
{
border-color: #558AF6;
}
</style>