Shades of Cornflower Blue #529DEF
Tints of Cornflower Blue #529DEF
RGB
CMYK
RGB Variations
Color information
#529DEF (or 0x529DEF) is known color: Cornflower Blue. HEX triplet: 52, 9D and EF. RGB value is (82,157,239). Sum of RGB (Red+Green+Blue) = 82+157+239=478 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.15% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #529DEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529DEF is #AD6210. Grayscale: #8F8F8F. Windows color (decimal): -11362833 or 15703378. OLE color: 15703378.
HSL color Cylindrical-coordinate representation of color #529DEF: hue angle of 211.34º 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 #529DEF is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 157 | 239 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.06 |
| HSL | 211.34º | 0.83% | 0.63% | - |
| HSV(B) | 211.34º | 0.66% | 0.94% | - |
| XYZ | 31.12 | 32.14 | 86.22 | - |
| YUV | 143.92 | 181.65 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 157 | 239 | 0.66 | 0.34 | 0 | 0.06 | 211.34 | 0.83 | 0.63 |
| Hex | 52 | 9D | EF | 42 | 22 | 0 | 6 | D3 | 53 | 3F |
| Octal | 122 | 235 | 357 | 102 | 42 | 0 | 6 | 323 | 123 | 77 |
| Binary | 1010010 | 10011101 | 11101111 | 1000010 | 100010 | 0 | 110 | 11010011 | 1010011 | 111111 |
Color Harmonies of #529DEF
Complementary color
Monochromatic Colors of #529DEF
Black with #529DEF
Text Example
Text Example
White with #529DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529DEF; }
p { color: rgb(82,157,239); }
H1.HeaderClassName
{
color: #529DEF;
}
.AnyTagClassName
{
color: #529DEF;
}
</style>
background-color css
<style>
a { background-color: #529DEF; }
a { background-color: rgb(82,157,239); }
div.DivClassName
{
background-color: #529DEF;
}
.BgClassName
{
background-color: #529DEF;
}
</style>
border-color css
<style>
span { border-color: #529DEF; }
span { border-color: rgb(82,157,239); }
td.TdClassName
{
border-color: #529DEF;
}
.TagClassName
{
border-color: #529DEF;
}
</style>