Shades of Cornflower Blue #529EEC
Tints of Cornflower Blue #529EEC
RGB
CMYK
RGB Variations
Color information
#529EEC (or 0x529EEC) is known color: Cornflower Blue. HEX triplet: 52, 9E and EC. RGB value is (82,158,236). Sum of RGB (Red+Green+Blue) = 82+158+236=476 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.23% from 476); Green value is 158 (62.11% from 255 or 33.19% 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 #529EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529EEC is #AD6113. Grayscale: #8F8F8F. Windows color (decimal): -11362580 or 15507026. OLE color: 15507026.
HSL color Cylindrical-coordinate representation of color #529EEC: hue angle of 210.39º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #529EEC is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 158 | 236 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.07 |
| HSL | 210.39º | 0.8% | 0.62% | - |
| HSV(B) | 210.39º | 0.65% | 0.93% | - |
| XYZ | 30.85 | 32.3 | 83.97 | - |
| YUV | 144.17 | 179.82 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 158 | 236 | 0.65 | 0.33 | 0 | 0.07 | 210.39 | 0.8 | 0.62 |
| Hex | 52 | 9E | EC | 41 | 21 | 0 | 7 | D2 | 50 | 3E |
| Octal | 122 | 236 | 354 | 101 | 41 | 0 | 7 | 322 | 120 | 76 |
| Binary | 1010010 | 10011110 | 11101100 | 1000001 | 100001 | 0 | 111 | 11010010 | 1010000 | 111110 |
Color Harmonies of #529EEC
Complementary color
Monochromatic Colors of #529EEC
Black with #529EEC
Text Example
Text Example
White with #529EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529EEC; }
p { color: rgb(82,158,236); }
H1.HeaderClassName
{
color: #529EEC;
}
.AnyTagClassName
{
color: #529EEC;
}
</style>
background-color css
<style>
a { background-color: #529EEC; }
a { background-color: rgb(82,158,236); }
div.DivClassName
{
background-color: #529EEC;
}
.BgClassName
{
background-color: #529EEC;
}
</style>
border-color css
<style>
span { border-color: #529EEC; }
span { border-color: rgb(82,158,236); }
td.TdClassName
{
border-color: #529EEC;
}
.TagClassName
{
border-color: #529EEC;
}
</style>