Shades of Cornflower Blue #529DF6
Tints of Cornflower Blue #529DF6
RGB
CMYK
RGB Variations
Color information
#529DF6 (or 0x529DF6) is known color: Cornflower Blue. HEX triplet: 52, 9D and F6. RGB value is (82,157,246). Sum of RGB (Red+Green+Blue) = 82+157+246=485 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.91% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 246 (96.48% from 255 or 50.72% from 485); Max value from RGB is 246 - color contains mainly: blue. Hex color #529DF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529DF6 is #AD6209. Grayscale: #909090. Windows color (decimal): -11362826 or 16162130. OLE color: 16162130.
HSL color Cylindrical-coordinate representation of color #529DF6: hue angle of 212.56º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #529DF6 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 157 | 246 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.04 |
| HSL | 212.56º | 0.9% | 0.64% | - |
| HSV(B) | 212.56º | 0.67% | 0.96% | - |
| XYZ | 32.17 | 32.56 | 91.78 | - |
| YUV | 144.72 | 185.15 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 157 | 246 | 0.67 | 0.36 | 0 | 0.04 | 212.56 | 0.9 | 0.64 |
| Hex | 52 | 9D | F6 | 43 | 24 | 0 | 4 | D5 | 5A | 40 |
| Octal | 122 | 235 | 366 | 103 | 44 | 0 | 4 | 325 | 132 | 100 |
| Binary | 1010010 | 10011101 | 11110110 | 1000011 | 100100 | 0 | 100 | 11010101 | 1011010 | 1000000 |
Color Harmonies of #529DF6
Complementary color
Monochromatic Colors of #529DF6
Black with #529DF6
Text Example
Text Example
White with #529DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529DF6; }
p { color: rgb(82,157,246); }
H1.HeaderClassName
{
color: #529DF6;
}
.AnyTagClassName
{
color: #529DF6;
}
</style>
background-color css
<style>
a { background-color: #529DF6; }
a { background-color: rgb(82,157,246); }
div.DivClassName
{
background-color: #529DF6;
}
.BgClassName
{
background-color: #529DF6;
}
</style>
border-color css
<style>
span { border-color: #529DF6; }
span { border-color: rgb(82,157,246); }
td.TdClassName
{
border-color: #529DF6;
}
.TagClassName
{
border-color: #529DF6;
}
</style>