Shades of Cornflower Blue #529DE9
Tints of Cornflower Blue #529DE9
RGB
CMYK
RGB Variations
Color information
#529DE9 (or 0x529DE9) is known color: Cornflower Blue. HEX triplet: 52, 9D and E9. RGB value is (82,157,233). Sum of RGB (Red+Green+Blue) = 82+157+233=472 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.37% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 233 (91.41% from 255 or 49.36% from 472); Max value from RGB is 233 - color contains mainly: blue. Hex color #529DE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529DE9 is #AD6216. Grayscale: #8E8E8E. Windows color (decimal): -11362839 or 15310162. OLE color: 15310162.
HSL color Cylindrical-coordinate representation of color #529DE9: hue angle of 210.2º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #529DE9 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 157 | 233 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.09 |
| HSL | 210.2º | 0.77% | 0.62% | - |
| HSV(B) | 210.2º | 0.65% | 0.91% | - |
| XYZ | 30.24 | 31.79 | 81.63 | - |
| YUV | 143.24 | 178.65 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 157 | 233 | 0.65 | 0.33 | 0 | 0.09 | 210.2 | 0.77 | 0.62 |
| Hex | 52 | 9D | E9 | 41 | 21 | 0 | 9 | D2 | 4D | 3E |
| Octal | 122 | 235 | 351 | 101 | 41 | 0 | 11 | 322 | 115 | 76 |
| Binary | 1010010 | 10011101 | 11101001 | 1000001 | 100001 | 0 | 1001 | 11010010 | 1001101 | 111110 |
Color Harmonies of #529DE9
Complementary color
Monochromatic Colors of #529DE9
Black with #529DE9
Text Example
Text Example
White with #529DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529DE9; }
p { color: rgb(82,157,233); }
H1.HeaderClassName
{
color: #529DE9;
}
.AnyTagClassName
{
color: #529DE9;
}
</style>
background-color css
<style>
a { background-color: #529DE9; }
a { background-color: rgb(82,157,233); }
div.DivClassName
{
background-color: #529DE9;
}
.BgClassName
{
background-color: #529DE9;
}
</style>
border-color css
<style>
span { border-color: #529DE9; }
span { border-color: rgb(82,157,233); }
td.TdClassName
{
border-color: #529DE9;
}
.TagClassName
{
border-color: #529DE9;
}
</style>