Shades of Cornflower Blue #559CEC
Tints of Cornflower Blue #559CEC
RGB
CMYK
RGB Variations
Color information
#559CEC (or 0x559CEC) is known color: Cornflower Blue. HEX triplet: 55, 9C and EC. RGB value is (85,156,236). Sum of RGB (Red+Green+Blue) = 85+156+236=477 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.82% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #559CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559CEC is #AA6313. Grayscale: #8F8F8F. Windows color (decimal): -11166484 or 15506517. OLE color: 15506517.
HSL color Cylindrical-coordinate representation of color #559CEC: hue angle of 211.79º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #559CEC is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 156 | 236 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.07 |
| HSL | 211.79º | 0.8% | 0.63% | - |
| HSV(B) | 211.79º | 0.64% | 0.93% | - |
| XYZ | 30.78 | 31.76 | 83.87 | - |
| YUV | 143.89 | 179.98 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 236 | 0.64 | 0.34 | 0 | 0.07 | 211.79 | 0.8 | 0.63 |
| Hex | 55 | 9C | EC | 40 | 22 | 0 | 7 | D4 | 50 | 3F |
| Octal | 125 | 234 | 354 | 100 | 42 | 0 | 7 | 324 | 120 | 77 |
| Binary | 1010101 | 10011100 | 11101100 | 1000000 | 100010 | 0 | 111 | 11010100 | 1010000 | 111111 |
Color Harmonies of #559CEC
Complementary color
Monochromatic Colors of #559CEC
Black with #559CEC
Text Example
Text Example
White with #559CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559CEC; }
p { color: rgb(85,156,236); }
H1.HeaderClassName
{
color: #559CEC;
}
.AnyTagClassName
{
color: #559CEC;
}
</style>
background-color css
<style>
a { background-color: #559CEC; }
a { background-color: rgb(85,156,236); }
div.DivClassName
{
background-color: #559CEC;
}
.BgClassName
{
background-color: #559CEC;
}
</style>
border-color css
<style>
span { border-color: #559CEC; }
span { border-color: rgb(85,156,236); }
td.TdClassName
{
border-color: #559CEC;
}
.TagClassName
{
border-color: #559CEC;
}
</style>