Shades of Cornflower Blue #529FEA
Tints of Cornflower Blue #529FEA
RGB
CMYK
RGB Variations
Color information
#529FEA (or 0x529FEA) is known color: Cornflower Blue. HEX triplet: 52, 9F and EA. RGB value is (82,159,234). Sum of RGB (Red+Green+Blue) = 82+159+234=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #529FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529FEA is #AD6015. Grayscale: #909090. Windows color (decimal): -11362326 or 15376210. OLE color: 15376210.
HSL color Cylindrical-coordinate representation of color #529FEA: hue angle of 209.61º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #529FEA is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 159 | 234 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.08 |
| HSL | 209.61º | 0.78% | 0.62% | - |
| HSV(B) | 209.61º | 0.65% | 0.92% | - |
| XYZ | 30.73 | 32.53 | 82.5 | - |
| YUV | 144.53 | 178.49 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 159 | 234 | 0.65 | 0.32 | 0 | 0.08 | 209.61 | 0.78 | 0.62 |
| Hex | 52 | 9F | EA | 41 | 20 | 0 | 8 | D2 | 4E | 3E |
| Octal | 122 | 237 | 352 | 101 | 40 | 0 | 10 | 322 | 116 | 76 |
| Binary | 1010010 | 10011111 | 11101010 | 1000001 | 100000 | 0 | 1000 | 11010010 | 1001110 | 111110 |
Color Harmonies of #529FEA
Complementary color
Monochromatic Colors of #529FEA
Black with #529FEA
Text Example
Text Example
White with #529FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529FEA; }
p { color: rgb(82,159,234); }
H1.HeaderClassName
{
color: #529FEA;
}
.AnyTagClassName
{
color: #529FEA;
}
</style>
background-color css
<style>
a { background-color: #529FEA; }
a { background-color: rgb(82,159,234); }
div.DivClassName
{
background-color: #529FEA;
}
.BgClassName
{
background-color: #529FEA;
}
</style>
border-color css
<style>
span { border-color: #529FEA; }
span { border-color: rgb(82,159,234); }
td.TdClassName
{
border-color: #529FEA;
}
.TagClassName
{
border-color: #529FEA;
}
</style>