Shades of Cornflower Blue #529DEC
Tints of Cornflower Blue #529DEC
RGB
CMYK
RGB Variations
Color information
#529DEC (or 0x529DEC) is known color: Cornflower Blue. HEX triplet: 52, 9D and EC. RGB value is (82,157,236). Sum of RGB (Red+Green+Blue) = 82+157+236=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 157 (61.72% from 255 or 33.05% 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 #529DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529DEC is #AD6213. Grayscale: #8F8F8F. Windows color (decimal): -11362836 or 15506770. OLE color: 15506770.
HSL color Cylindrical-coordinate representation of color #529DEC: hue angle of 210.78º 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 #529DEC is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 157 | 236 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.07 |
| HSL | 210.78º | 0.8% | 0.62% | - |
| HSV(B) | 210.78º | 0.65% | 0.93% | - |
| XYZ | 30.68 | 31.96 | 83.91 | - |
| YUV | 143.58 | 180.15 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 157 | 236 | 0.65 | 0.33 | 0 | 0.07 | 210.78 | 0.8 | 0.62 |
| Hex | 52 | 9D | EC | 41 | 21 | 0 | 7 | D3 | 50 | 3E |
| Octal | 122 | 235 | 354 | 101 | 41 | 0 | 7 | 323 | 120 | 76 |
| Binary | 1010010 | 10011101 | 11101100 | 1000001 | 100001 | 0 | 111 | 11010011 | 1010000 | 111110 |
Color Harmonies of #529DEC
Complementary color
Monochromatic Colors of #529DEC
Black with #529DEC
Text Example
Text Example
White with #529DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529DEC; }
p { color: rgb(82,157,236); }
H1.HeaderClassName
{
color: #529DEC;
}
.AnyTagClassName
{
color: #529DEC;
}
</style>
background-color css
<style>
a { background-color: #529DEC; }
a { background-color: rgb(82,157,236); }
div.DivClassName
{
background-color: #529DEC;
}
.BgClassName
{
background-color: #529DEC;
}
</style>
border-color css
<style>
span { border-color: #529DEC; }
span { border-color: rgb(82,157,236); }
td.TdClassName
{
border-color: #529DEC;
}
.TagClassName
{
border-color: #529DEC;
}
</style>