Shades of Cornflower Blue #529EE9
Tints of Cornflower Blue #529EE9
RGB
CMYK
RGB Variations
Color information
#529EE9 (or 0x529EE9) is known color: Cornflower Blue. HEX triplet: 52, 9E and E9. RGB value is (82,158,233). Sum of RGB (Red+Green+Blue) = 82+158+233=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 233 (91.41% from 255 or 49.26% from 473); Max value from RGB is 233 - color contains mainly: blue. Hex color #529EE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529EE9 is #AD6116. Grayscale: #8F8F8F. Windows color (decimal): -11362583 or 15310418. OLE color: 15310418.
HSL color Cylindrical-coordinate representation of color #529EE9: hue angle of 209.8º 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 #529EE9 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 158 | 233 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.09 |
| HSL | 209.8º | 0.77% | 0.62% | - |
| HSV(B) | 209.8º | 0.65% | 0.91% | - |
| XYZ | 30.41 | 32.13 | 81.69 | - |
| YUV | 143.83 | 178.32 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 158 | 233 | 0.65 | 0.32 | 0 | 0.09 | 209.8 | 0.77 | 0.62 |
| Hex | 52 | 9E | E9 | 41 | 20 | 0 | 9 | D2 | 4D | 3E |
| Octal | 122 | 236 | 351 | 101 | 40 | 0 | 11 | 322 | 115 | 76 |
| Binary | 1010010 | 10011110 | 11101001 | 1000001 | 100000 | 0 | 1001 | 11010010 | 1001101 | 111110 |
Color Harmonies of #529EE9
Complementary color
Monochromatic Colors of #529EE9
Black with #529EE9
Text Example
Text Example
White with #529EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529EE9; }
p { color: rgb(82,158,233); }
H1.HeaderClassName
{
color: #529EE9;
}
.AnyTagClassName
{
color: #529EE9;
}
</style>
background-color css
<style>
a { background-color: #529EE9; }
a { background-color: rgb(82,158,233); }
div.DivClassName
{
background-color: #529EE9;
}
.BgClassName
{
background-color: #529EE9;
}
</style>
border-color css
<style>
span { border-color: #529EE9; }
span { border-color: rgb(82,158,233); }
td.TdClassName
{
border-color: #529EE9;
}
.TagClassName
{
border-color: #529EE9;
}
</style>