Shades of Cornflower Blue #539FEC
Tints of Cornflower Blue #539FEC
RGB
CMYK
RGB Variations
Color information
#539FEC (or 0x539FEC) is known color: Cornflower Blue. HEX triplet: 53, 9F and EC. RGB value is (83,159,236). Sum of RGB (Red+Green+Blue) = 83+159+236=478 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.36% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #539FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #539FEC is #AC6013. Grayscale: #909090. Windows color (decimal): -11296788 or 15507283. OLE color: 15507283.
HSL color Cylindrical-coordinate representation of color #539FEC: hue angle of 210.2º 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 #539FEC is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 159 | 236 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.07 |
| HSL | 210.2º | 0.8% | 0.63% | - |
| HSV(B) | 210.2º | 0.65% | 0.93% | - |
| XYZ | 31.11 | 32.69 | 84.03 | - |
| YUV | 145.05 | 179.32 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 159 | 236 | 0.65 | 0.33 | 0 | 0.07 | 210.2 | 0.8 | 0.63 |
| Hex | 53 | 9F | EC | 41 | 21 | 0 | 7 | D2 | 50 | 3F |
| Octal | 123 | 237 | 354 | 101 | 41 | 0 | 7 | 322 | 120 | 77 |
| Binary | 1010011 | 10011111 | 11101100 | 1000001 | 100001 | 0 | 111 | 11010010 | 1010000 | 111111 |
Color Harmonies of #539FEC
Complementary color
Monochromatic Colors of #539FEC
Black with #539FEC
Text Example
Text Example
White with #539FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539FEC; }
p { color: rgb(83,159,236); }
H1.HeaderClassName
{
color: #539FEC;
}
.AnyTagClassName
{
color: #539FEC;
}
</style>
background-color css
<style>
a { background-color: #539FEC; }
a { background-color: rgb(83,159,236); }
div.DivClassName
{
background-color: #539FEC;
}
.BgClassName
{
background-color: #539FEC;
}
</style>
border-color css
<style>
span { border-color: #539FEC; }
span { border-color: rgb(83,159,236); }
td.TdClassName
{
border-color: #539FEC;
}
.TagClassName
{
border-color: #539FEC;
}
</style>