Shades of Cornflower Blue #559FE9
Tints of Cornflower Blue #559FE9
RGB
CMYK
RGB Variations
Color information
#559FE9 (or 0x559FE9) is known color: Cornflower Blue. HEX triplet: 55, 9F and E9. RGB value is (85,159,233). Sum of RGB (Red+Green+Blue) = 85+159+233=477 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.82% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 233 (91.41% from 255 or 48.85% from 477); Max value from RGB is 233 - color contains mainly: blue. Hex color #559FE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559FE9 is #AA6016. Grayscale: #909090. Windows color (decimal): -11165719 or 15310677. OLE color: 15310677.
HSL color Cylindrical-coordinate representation of color #559FE9: hue angle of 210º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #559FE9 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 159 | 233 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.09 |
| HSL | 210º | 0.77% | 0.62% | - |
| HSV(B) | 210º | 0.64% | 0.91% | - |
| XYZ | 30.85 | 32.61 | 81.76 | - |
| YUV | 145.31 | 177.48 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 159 | 233 | 0.64 | 0.32 | 0 | 0.09 | 210 | 0.77 | 0.62 |
| Hex | 55 | 9F | E9 | 40 | 20 | 0 | 9 | D2 | 4D | 3E |
| Octal | 125 | 237 | 351 | 100 | 40 | 0 | 11 | 322 | 115 | 76 |
| Binary | 1010101 | 10011111 | 11101001 | 1000000 | 100000 | 0 | 1001 | 11010010 | 1001101 | 111110 |
Color Harmonies of #559FE9
Complementary color
Monochromatic Colors of #559FE9
Black with #559FE9
Text Example
Text Example
White with #559FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559FE9; }
p { color: rgb(85,159,233); }
H1.HeaderClassName
{
color: #559FE9;
}
.AnyTagClassName
{
color: #559FE9;
}
</style>
background-color css
<style>
a { background-color: #559FE9; }
a { background-color: rgb(85,159,233); }
div.DivClassName
{
background-color: #559FE9;
}
.BgClassName
{
background-color: #559FE9;
}
</style>
border-color css
<style>
span { border-color: #559FE9; }
span { border-color: rgb(85,159,233); }
td.TdClassName
{
border-color: #559FE9;
}
.TagClassName
{
border-color: #559FE9;
}
</style>