Shades of Cornflower Blue #529CEE
Tints of Cornflower Blue #529CEE
RGB
CMYK
RGB Variations
Color information
#529CEE (or 0x529CEE) is known color: Cornflower Blue. HEX triplet: 52, 9C and EE. RGB value is (82,156,238). Sum of RGB (Red+Green+Blue) = 82+156+238=476 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.23% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #529CEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529CEE is #AD6311. Grayscale: #8E8E8E. Windows color (decimal): -11363090 or 15637586. OLE color: 15637586.
HSL color Cylindrical-coordinate representation of color #529CEE: hue angle of 211.54º 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 #529CEE is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 156 | 238 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.07 |
| HSL | 211.54º | 0.82% | 0.63% | - |
| HSV(B) | 211.54º | 0.66% | 0.93% | - |
| XYZ | 30.8 | 31.74 | 85.39 | - |
| YUV | 143.22 | 181.48 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 238 | 0.66 | 0.34 | 0 | 0.07 | 211.54 | 0.82 | 0.63 |
| Hex | 52 | 9C | EE | 42 | 22 | 0 | 7 | D4 | 52 | 3F |
| Octal | 122 | 234 | 356 | 102 | 42 | 0 | 7 | 324 | 122 | 77 |
| Binary | 1010010 | 10011100 | 11101110 | 1000010 | 100010 | 0 | 111 | 11010100 | 1010010 | 111111 |
Color Harmonies of #529CEE
Complementary color
Monochromatic Colors of #529CEE
Black with #529CEE
Text Example
Text Example
White with #529CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529CEE; }
p { color: rgb(82,156,238); }
H1.HeaderClassName
{
color: #529CEE;
}
.AnyTagClassName
{
color: #529CEE;
}
</style>
background-color css
<style>
a { background-color: #529CEE; }
a { background-color: rgb(82,156,238); }
div.DivClassName
{
background-color: #529CEE;
}
.BgClassName
{
background-color: #529CEE;
}
</style>
border-color css
<style>
span { border-color: #529CEE; }
span { border-color: rgb(82,156,238); }
td.TdClassName
{
border-color: #529CEE;
}
.TagClassName
{
border-color: #529CEE;
}
</style>