Shades of Cornflower Blue #529CF6
Tints of Cornflower Blue #529CF6
RGB
CMYK
RGB Variations
Color information
#529CF6 (or 0x529CF6) is known color: Cornflower Blue. HEX triplet: 52, 9C and F6. RGB value is (82,156,246). Sum of RGB (Red+Green+Blue) = 82+156+246=484 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.94% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 246 (96.48% from 255 or 50.83% from 484); Max value from RGB is 246 - color contains mainly: blue. Hex color #529CF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529CF6 is #AD6309. Grayscale: #8F8F8F. Windows color (decimal): -11363082 or 16161874. OLE color: 16161874.
HSL color Cylindrical-coordinate representation of color #529CF6: hue angle of 212.93º 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 #529CF6 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 156 | 246 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.04 |
| HSL | 212.93º | 0.9% | 0.64% | - |
| HSV(B) | 212.93º | 0.67% | 0.96% | - |
| XYZ | 32 | 32.22 | 91.72 | - |
| YUV | 144.13 | 185.48 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 246 | 0.67 | 0.37 | 0 | 0.04 | 212.93 | 0.9 | 0.64 |
| Hex | 52 | 9C | F6 | 43 | 25 | 0 | 4 | D5 | 5A | 40 |
| Octal | 122 | 234 | 366 | 103 | 45 | 0 | 4 | 325 | 132 | 100 |
| Binary | 1010010 | 10011100 | 11110110 | 1000011 | 100101 | 0 | 100 | 11010101 | 1011010 | 1000000 |
Color Harmonies of #529CF6
Complementary color
Monochromatic Colors of #529CF6
Black with #529CF6
Text Example
Text Example
White with #529CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529CF6; }
p { color: rgb(82,156,246); }
H1.HeaderClassName
{
color: #529CF6;
}
.AnyTagClassName
{
color: #529CF6;
}
</style>
background-color css
<style>
a { background-color: #529CF6; }
a { background-color: rgb(82,156,246); }
div.DivClassName
{
background-color: #529CF6;
}
.BgClassName
{
background-color: #529CF6;
}
</style>
border-color css
<style>
span { border-color: #529CF6; }
span { border-color: rgb(82,156,246); }
td.TdClassName
{
border-color: #529CF6;
}
.TagClassName
{
border-color: #529CF6;
}
</style>