Shades of Cornflower Blue #539CEC
Tints of Cornflower Blue #539CEC
RGB
CMYK
RGB Variations
Color information
#539CEC (or 0x539CEC) is known color: Cornflower Blue. HEX triplet: 53, 9C and EC. RGB value is (83,156,236). Sum of RGB (Red+Green+Blue) = 83+156+236=475 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.47% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #539CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #539CEC is #AC6313. Grayscale: #8E8E8E. Windows color (decimal): -11297556 or 15506515. OLE color: 15506515.
HSL color Cylindrical-coordinate representation of color #539CEC: hue angle of 211.37º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #539CEC is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 156 | 236 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.07 |
| HSL | 211.37º | 0.8% | 0.63% | - |
| HSV(B) | 211.37º | 0.65% | 0.93% | - |
| XYZ | 30.6 | 31.67 | 83.86 | - |
| YUV | 143.29 | 180.32 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 156 | 236 | 0.65 | 0.34 | 0 | 0.07 | 211.37 | 0.8 | 0.63 |
| Hex | 53 | 9C | EC | 41 | 22 | 0 | 7 | D3 | 50 | 3F |
| Octal | 123 | 234 | 354 | 101 | 42 | 0 | 7 | 323 | 120 | 77 |
| Binary | 1010011 | 10011100 | 11101100 | 1000001 | 100010 | 0 | 111 | 11010011 | 1010000 | 111111 |
Color Harmonies of #539CEC
Complementary color
Monochromatic Colors of #539CEC
Black with #539CEC
Text Example
Text Example
White with #539CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539CEC; }
p { color: rgb(83,156,236); }
H1.HeaderClassName
{
color: #539CEC;
}
.AnyTagClassName
{
color: #539CEC;
}
</style>
background-color css
<style>
a { background-color: #539CEC; }
a { background-color: rgb(83,156,236); }
div.DivClassName
{
background-color: #539CEC;
}
.BgClassName
{
background-color: #539CEC;
}
</style>
border-color css
<style>
span { border-color: #539CEC; }
span { border-color: rgb(83,156,236); }
td.TdClassName
{
border-color: #539CEC;
}
.TagClassName
{
border-color: #539CEC;
}
</style>