Shades of Cornflower Blue #529EEF
Tints of Cornflower Blue #529EEF
RGB
CMYK
RGB Variations
Color information
#529EEF (or 0x529EEF) is known color: Cornflower Blue. HEX triplet: 52, 9E and EF. RGB value is (82,158,239). Sum of RGB (Red+Green+Blue) = 82+158+239=479 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.12% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #529EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529EEF is #AD6110. Grayscale: #909090. Windows color (decimal): -11362577 or 15703634. OLE color: 15703634.
HSL color Cylindrical-coordinate representation of color #529EEF: hue angle of 210.96º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #529EEF is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 158 | 239 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.06 |
| HSL | 210.96º | 0.83% | 0.63% | - |
| HSV(B) | 210.96º | 0.66% | 0.94% | - |
| XYZ | 31.29 | 32.48 | 86.28 | - |
| YUV | 144.51 | 181.32 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 158 | 239 | 0.66 | 0.34 | 0 | 0.06 | 210.96 | 0.83 | 0.63 |
| Hex | 52 | 9E | EF | 42 | 22 | 0 | 6 | D3 | 53 | 3F |
| Octal | 122 | 236 | 357 | 102 | 42 | 0 | 6 | 323 | 123 | 77 |
| Binary | 1010010 | 10011110 | 11101111 | 1000010 | 100010 | 0 | 110 | 11010011 | 1010011 | 111111 |
Color Harmonies of #529EEF
Complementary color
Monochromatic Colors of #529EEF
Black with #529EEF
Text Example
Text Example
White with #529EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529EEF; }
p { color: rgb(82,158,239); }
H1.HeaderClassName
{
color: #529EEF;
}
.AnyTagClassName
{
color: #529EEF;
}
</style>
background-color css
<style>
a { background-color: #529EEF; }
a { background-color: rgb(82,158,239); }
div.DivClassName
{
background-color: #529EEF;
}
.BgClassName
{
background-color: #529EEF;
}
</style>
border-color css
<style>
span { border-color: #529EEF; }
span { border-color: rgb(82,158,239); }
td.TdClassName
{
border-color: #529EEF;
}
.TagClassName
{
border-color: #529EEF;
}
</style>