Shades of Cornflower Blue #559FFC
Tints of Cornflower Blue #559FFC
RGB
CMYK
RGB Variations
Color information
#559FFC (or 0x559FFC) is known color: Cornflower Blue. HEX triplet: 55, 9F and FC. RGB value is (85,159,252). Sum of RGB (Red+Green+Blue) = 85+159+252=496 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.14% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #559FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559FFC is #AA6003. Grayscale: #939393. Windows color (decimal): -11165700 or 16555861. OLE color: 16555861.
HSL color Cylindrical-coordinate representation of color #559FFC: hue angle of 213.41º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #559FFC is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 159 | 252 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.01 |
| HSL | 213.41º | 0.97% | 0.66% | - |
| HSV(B) | 213.41º | 0.66% | 0.99% | - |
| XYZ | 33.72 | 33.76 | 96.83 | - |
| YUV | 147.48 | 186.98 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 159 | 252 | 0.66 | 0.37 | 0 | 0.01 | 213.41 | 0.97 | 0.66 |
| Hex | 55 | 9F | FC | 42 | 25 | 0 | 1 | D5 | 61 | 42 |
| Octal | 125 | 237 | 374 | 102 | 45 | 0 | 1 | 325 | 141 | 102 |
| Binary | 1010101 | 10011111 | 11111100 | 1000010 | 100101 | 0 | 1 | 11010101 | 1100001 | 1000010 |
Color Harmonies of #559FFC
Complementary color
Monochromatic Colors of #559FFC
Black with #559FFC
Text Example
Text Example
White with #559FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559FFC; }
p { color: rgb(85,159,252); }
H1.HeaderClassName
{
color: #559FFC;
}
.AnyTagClassName
{
color: #559FFC;
}
</style>
background-color css
<style>
a { background-color: #559FFC; }
a { background-color: rgb(85,159,252); }
div.DivClassName
{
background-color: #559FFC;
}
.BgClassName
{
background-color: #559FFC;
}
</style>
border-color css
<style>
span { border-color: #559FFC; }
span { border-color: rgb(85,159,252); }
td.TdClassName
{
border-color: #559FFC;
}
.TagClassName
{
border-color: #559FFC;
}
</style>