Shades of Cornflower Blue #529FE7
Tints of Cornflower Blue #529FE7
RGB
CMYK
RGB Variations
Color information
#529FE7 (or 0x529FE7) is known color: Cornflower Blue. HEX triplet: 52, 9F and E7. RGB value is (82,159,231). Sum of RGB (Red+Green+Blue) = 82+159+231=472 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.37% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 231 - color contains mainly: blue. Hex color #529FE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529FE7 is #AD6018. Grayscale: #8F8F8F. Windows color (decimal): -11362329 or 15179602. OLE color: 15179602.
HSL color Cylindrical-coordinate representation of color #529FE7: hue angle of 208.99º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #529FE7 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 159 | 231 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.09 |
| HSL | 208.99º | 0.76% | 0.61% | - |
| HSV(B) | 208.99º | 0.65% | 0.91% | - |
| XYZ | 30.3 | 32.36 | 80.25 | - |
| YUV | 144.19 | 176.99 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 159 | 231 | 0.65 | 0.31 | 0 | 0.09 | 208.99 | 0.76 | 0.61 |
| Hex | 52 | 9F | E7 | 41 | 1F | 0 | 9 | D1 | 4C | 3D |
| Octal | 122 | 237 | 347 | 101 | 37 | 0 | 11 | 321 | 114 | 75 |
| Binary | 1010010 | 10011111 | 11100111 | 1000001 | 11111 | 0 | 1001 | 11010001 | 1001100 | 111101 |
Color Harmonies of #529FE7
Complementary color
Monochromatic Colors of #529FE7
Black with #529FE7
Text Example
Text Example
White with #529FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529FE7; }
p { color: rgb(82,159,231); }
H1.HeaderClassName
{
color: #529FE7;
}
.AnyTagClassName
{
color: #529FE7;
}
</style>
background-color css
<style>
a { background-color: #529FE7; }
a { background-color: rgb(82,159,231); }
div.DivClassName
{
background-color: #529FE7;
}
.BgClassName
{
background-color: #529FE7;
}
</style>
border-color css
<style>
span { border-color: #529FE7; }
span { border-color: rgb(82,159,231); }
td.TdClassName
{
border-color: #529FE7;
}
.TagClassName
{
border-color: #529FE7;
}
</style>