Shades of Cornflower Blue #539DEC
Tints of Cornflower Blue #539DEC
RGB
CMYK
RGB Variations
Color information
#539DEC (or 0x539DEC) is known color: Cornflower Blue. HEX triplet: 53, 9D and EC. RGB value is (83,157,236). Sum of RGB (Red+Green+Blue) = 83+157+236=476 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.44% from 476); Green value is 157 (61.72% from 255 or 32.98% 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 #539DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #539DEC is #AC6213. Grayscale: #8F8F8F. Windows color (decimal): -11297300 or 15506771. OLE color: 15506771.
HSL color Cylindrical-coordinate representation of color #539DEC: hue angle of 210.98º 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 #539DEC is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 157 | 236 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.07 |
| HSL | 210.98º | 0.8% | 0.63% | - |
| HSV(B) | 210.98º | 0.65% | 0.93% | - |
| XYZ | 30.76 | 32.01 | 83.91 | - |
| YUV | 143.88 | 179.98 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 157 | 236 | 0.65 | 0.33 | 0 | 0.07 | 210.98 | 0.8 | 0.63 |
| Hex | 53 | 9D | EC | 41 | 21 | 0 | 7 | D3 | 50 | 3F |
| Octal | 123 | 235 | 354 | 101 | 41 | 0 | 7 | 323 | 120 | 77 |
| Binary | 1010011 | 10011101 | 11101100 | 1000001 | 100001 | 0 | 111 | 11010011 | 1010000 | 111111 |
Color Harmonies of #539DEC
Complementary color
Monochromatic Colors of #539DEC
Black with #539DEC
Text Example
Text Example
White with #539DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539DEC; }
p { color: rgb(83,157,236); }
H1.HeaderClassName
{
color: #539DEC;
}
.AnyTagClassName
{
color: #539DEC;
}
</style>
background-color css
<style>
a { background-color: #539DEC; }
a { background-color: rgb(83,157,236); }
div.DivClassName
{
background-color: #539DEC;
}
.BgClassName
{
background-color: #539DEC;
}
</style>
border-color css
<style>
span { border-color: #539DEC; }
span { border-color: rgb(83,157,236); }
td.TdClassName
{
border-color: #539DEC;
}
.TagClassName
{
border-color: #539DEC;
}
</style>