Shades of Cornflower Blue #559BEC
Tints of Cornflower Blue #559BEC
RGB
CMYK
RGB Variations
Color information
#559BEC (or 0x559BEC) is known color: Cornflower Blue. HEX triplet: 55, 9B and EC. RGB value is (85,155,236). Sum of RGB (Red+Green+Blue) = 85+155+236=476 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.86% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #559BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559BEC is #AA6413. Grayscale: #8E8E8E. Windows color (decimal): -11166740 or 15506261. OLE color: 15506261.
HSL color Cylindrical-coordinate representation of color #559BEC: hue angle of 212.19º 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 #559BEC is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 155 | 236 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.07 |
| HSL | 212.19º | 0.8% | 0.63% | - |
| HSV(B) | 212.19º | 0.64% | 0.93% | - |
| XYZ | 30.61 | 31.43 | 83.81 | - |
| YUV | 143.3 | 180.31 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 236 | 0.64 | 0.34 | 0 | 0.07 | 212.19 | 0.8 | 0.63 |
| Hex | 55 | 9B | EC | 40 | 22 | 0 | 7 | D4 | 50 | 3F |
| Octal | 125 | 233 | 354 | 100 | 42 | 0 | 7 | 324 | 120 | 77 |
| Binary | 1010101 | 10011011 | 11101100 | 1000000 | 100010 | 0 | 111 | 11010100 | 1010000 | 111111 |
Color Harmonies of #559BEC
Complementary color
Monochromatic Colors of #559BEC
Black with #559BEC
Text Example
Text Example
White with #559BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559BEC; }
p { color: rgb(85,155,236); }
H1.HeaderClassName
{
color: #559BEC;
}
.AnyTagClassName
{
color: #559BEC;
}
</style>
background-color css
<style>
a { background-color: #559BEC; }
a { background-color: rgb(85,155,236); }
div.DivClassName
{
background-color: #559BEC;
}
.BgClassName
{
background-color: #559BEC;
}
</style>
border-color css
<style>
span { border-color: #559BEC; }
span { border-color: rgb(85,155,236); }
td.TdClassName
{
border-color: #559BEC;
}
.TagClassName
{
border-color: #559BEC;
}
</style>