Shades of Cornflower Blue #529AE4
Tints of Cornflower Blue #529AE4
RGB
CMYK
RGB Variations
Color information
#529AE4 (or 0x529AE4) is known color: Cornflower Blue. HEX triplet: 52, 9A and E4. RGB value is (82,154,228). Sum of RGB (Red+Green+Blue) = 82+154+228=464 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.67% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #529AE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529AE4 is #AD651B. Grayscale: #8C8C8C. Windows color (decimal): -11363612 or 14981714. OLE color: 14981714.
HSL color Cylindrical-coordinate representation of color #529AE4: hue angle of 210.41º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #529AE4 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 154 | 228 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.11 |
| HSL | 210.41º | 0.73% | 0.61% | - |
| HSV(B) | 210.41º | 0.64% | 0.89% | - |
| XYZ | 29.04 | 30.51 | 77.76 | - |
| YUV | 140.91 | 177.15 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 154 | 228 | 0.64 | 0.32 | 0 | 0.11 | 210.41 | 0.73 | 0.61 |
| Hex | 52 | 9A | E4 | 40 | 20 | 0 | B | D2 | 49 | 3D |
| Octal | 122 | 232 | 344 | 100 | 40 | 0 | 13 | 322 | 111 | 75 |
| Binary | 1010010 | 10011010 | 11100100 | 1000000 | 100000 | 0 | 1011 | 11010010 | 1001001 | 111101 |
Color Harmonies of #529AE4
Complementary color
Monochromatic Colors of #529AE4
Black with #529AE4
Text Example
Text Example
White with #529AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529AE4; }
p { color: rgb(82,154,228); }
H1.HeaderClassName
{
color: #529AE4;
}
.AnyTagClassName
{
color: #529AE4;
}
</style>
background-color css
<style>
a { background-color: #529AE4; }
a { background-color: rgb(82,154,228); }
div.DivClassName
{
background-color: #529AE4;
}
.BgClassName
{
background-color: #529AE4;
}
</style>
border-color css
<style>
span { border-color: #529AE4; }
span { border-color: rgb(82,154,228); }
td.TdClassName
{
border-color: #529AE4;
}
.TagClassName
{
border-color: #529AE4;
}
</style>