Shades of Cornflower Blue #529EEE
Tints of Cornflower Blue #529EEE
RGB
CMYK
RGB Variations
Color information
#529EEE (or 0x529EEE) is known color: Cornflower Blue. HEX triplet: 52, 9E and EE. RGB value is (82,158,238). Sum of RGB (Red+Green+Blue) = 82+158+238=478 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.15% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #529EEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529EEE is #AD6111. Grayscale: #909090. Windows color (decimal): -11362578 or 15638098. OLE color: 15638098.
HSL color Cylindrical-coordinate representation of color #529EEE: hue angle of 210.77º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #529EEE is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 158 | 238 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.07 |
| HSL | 210.77º | 0.82% | 0.63% | - |
| HSV(B) | 210.77º | 0.66% | 0.93% | - |
| XYZ | 31.14 | 32.42 | 85.51 | - |
| YUV | 144.4 | 180.82 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 158 | 238 | 0.66 | 0.34 | 0 | 0.07 | 210.77 | 0.82 | 0.63 |
| Hex | 52 | 9E | EE | 42 | 22 | 0 | 7 | D3 | 52 | 3F |
| Octal | 122 | 236 | 356 | 102 | 42 | 0 | 7 | 323 | 122 | 77 |
| Binary | 1010010 | 10011110 | 11101110 | 1000010 | 100010 | 0 | 111 | 11010011 | 1010010 | 111111 |
Color Harmonies of #529EEE
Complementary color
Monochromatic Colors of #529EEE
Black with #529EEE
Text Example
Text Example
White with #529EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529EEE; }
p { color: rgb(82,158,238); }
H1.HeaderClassName
{
color: #529EEE;
}
.AnyTagClassName
{
color: #529EEE;
}
</style>
background-color css
<style>
a { background-color: #529EEE; }
a { background-color: rgb(82,158,238); }
div.DivClassName
{
background-color: #529EEE;
}
.BgClassName
{
background-color: #529EEE;
}
</style>
border-color css
<style>
span { border-color: #529EEE; }
span { border-color: rgb(82,158,238); }
td.TdClassName
{
border-color: #529EEE;
}
.TagClassName
{
border-color: #529EEE;
}
</style>