Shades of Cornflower Blue #559AF6
Tints of Cornflower Blue #559AF6
RGB
CMYK
RGB Variations
Color information
#559AF6 (or 0x559AF6) is known color: Cornflower Blue. HEX triplet: 55, 9A and F6. RGB value is (85,154,246). Sum of RGB (Red+Green+Blue) = 85+154+246=485 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.53% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 246 (96.48% from 255 or 50.72% from 485); Max value from RGB is 246 - color contains mainly: blue. Hex color #559AF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559AF6 is #AA6509. Grayscale: #8F8F8F. Windows color (decimal): -11166986 or 16161365. OLE color: 16161365.
HSL color Cylindrical-coordinate representation of color #559AF6: hue angle of 214.29º 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 #559AF6 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 154 | 246 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.04 |
| HSL | 214.29º | 0.9% | 0.65% | - |
| HSV(B) | 214.29º | 0.65% | 0.96% | - |
| XYZ | 31.94 | 31.7 | 91.62 | - |
| YUV | 143.86 | 185.64 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 154 | 246 | 0.65 | 0.37 | 0 | 0.04 | 214.29 | 0.9 | 0.65 |
| Hex | 55 | 9A | F6 | 41 | 25 | 0 | 4 | D6 | 5A | 41 |
| Octal | 125 | 232 | 366 | 101 | 45 | 0 | 4 | 326 | 132 | 101 |
| Binary | 1010101 | 10011010 | 11110110 | 1000001 | 100101 | 0 | 100 | 11010110 | 1011010 | 1000001 |
Color Harmonies of #559AF6
Complementary color
Monochromatic Colors of #559AF6
Black with #559AF6
Text Example
Text Example
White with #559AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559AF6; }
p { color: rgb(85,154,246); }
H1.HeaderClassName
{
color: #559AF6;
}
.AnyTagClassName
{
color: #559AF6;
}
</style>
background-color css
<style>
a { background-color: #559AF6; }
a { background-color: rgb(85,154,246); }
div.DivClassName
{
background-color: #559AF6;
}
.BgClassName
{
background-color: #559AF6;
}
</style>
border-color css
<style>
span { border-color: #559AF6; }
span { border-color: rgb(85,154,246); }
td.TdClassName
{
border-color: #559AF6;
}
.TagClassName
{
border-color: #559AF6;
}
</style>