Shades of Cornflower Blue #529FFC
Tints of Cornflower Blue #529FFC
RGB
CMYK
RGB Variations
Color information
#529FFC (or 0x529FFC) is known color: Cornflower Blue. HEX triplet: 52, 9F and FC. RGB value is (82,159,252). Sum of RGB (Red+Green+Blue) = 82+159+252=493 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.63% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #529FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529FFC is #AD6003. Grayscale: #929292. Windows color (decimal): -11362308 or 16555858. OLE color: 16555858.
HSL color Cylindrical-coordinate representation of color #529FFC: hue angle of 212.82º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #529FFC is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 159 | 252 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.01 |
| HSL | 212.82º | 0.97% | 0.65% | - |
| HSV(B) | 212.82º | 0.67% | 0.99% | - |
| XYZ | 33.45 | 33.62 | 96.82 | - |
| YUV | 146.58 | 187.49 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 159 | 252 | 0.67 | 0.37 | 0 | 0.01 | 212.82 | 0.97 | 0.65 |
| Hex | 52 | 9F | FC | 43 | 25 | 0 | 1 | D5 | 61 | 41 |
| Octal | 122 | 237 | 374 | 103 | 45 | 0 | 1 | 325 | 141 | 101 |
| Binary | 1010010 | 10011111 | 11111100 | 1000011 | 100101 | 0 | 1 | 11010101 | 1100001 | 1000001 |
Color Harmonies of #529FFC
Complementary color
Monochromatic Colors of #529FFC
Black with #529FFC
Text Example
Text Example
White with #529FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529FFC; }
p { color: rgb(82,159,252); }
H1.HeaderClassName
{
color: #529FFC;
}
.AnyTagClassName
{
color: #529FFC;
}
</style>
background-color css
<style>
a { background-color: #529FFC; }
a { background-color: rgb(82,159,252); }
div.DivClassName
{
background-color: #529FFC;
}
.BgClassName
{
background-color: #529FFC;
}
</style>
border-color css
<style>
span { border-color: #529FFC; }
span { border-color: rgb(82,159,252); }
td.TdClassName
{
border-color: #529FFC;
}
.TagClassName
{
border-color: #529FFC;
}
</style>