Shades of Cornflower Blue #529CEC
Tints of Cornflower Blue #529CEC
RGB
CMYK
RGB Variations
Color information
#529CEC (or 0x529CEC) is known color: Cornflower Blue. HEX triplet: 52, 9C and EC. RGB value is (82,156,236). Sum of RGB (Red+Green+Blue) = 82+156+236=474 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.30% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #529CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529CEC is #AD6313. Grayscale: #8E8E8E. Windows color (decimal): -11363092 or 15506514. OLE color: 15506514.
HSL color Cylindrical-coordinate representation of color #529CEC: hue angle of 211.17º 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 #529CEC is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 156 | 236 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.07 |
| HSL | 211.17º | 0.8% | 0.62% | - |
| HSV(B) | 211.17º | 0.65% | 0.93% | - |
| XYZ | 30.51 | 31.63 | 83.85 | - |
| YUV | 142.99 | 180.48 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 236 | 0.65 | 0.34 | 0 | 0.07 | 211.17 | 0.8 | 0.62 |
| Hex | 52 | 9C | EC | 41 | 22 | 0 | 7 | D3 | 50 | 3E |
| Octal | 122 | 234 | 354 | 101 | 42 | 0 | 7 | 323 | 120 | 76 |
| Binary | 1010010 | 10011100 | 11101100 | 1000001 | 100010 | 0 | 111 | 11010011 | 1010000 | 111110 |
Color Harmonies of #529CEC
Complementary color
Monochromatic Colors of #529CEC
Black with #529CEC
Text Example
Text Example
White with #529CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529CEC; }
p { color: rgb(82,156,236); }
H1.HeaderClassName
{
color: #529CEC;
}
.AnyTagClassName
{
color: #529CEC;
}
</style>
background-color css
<style>
a { background-color: #529CEC; }
a { background-color: rgb(82,156,236); }
div.DivClassName
{
background-color: #529CEC;
}
.BgClassName
{
background-color: #529CEC;
}
</style>
border-color css
<style>
span { border-color: #529CEC; }
span { border-color: rgb(82,156,236); }
td.TdClassName
{
border-color: #529CEC;
}
.TagClassName
{
border-color: #529CEC;
}
</style>