Shades of Cornflower Blue #529CFC
Tints of Cornflower Blue #529CFC
RGB
CMYK
RGB Variations
Color information
#529CFC (or 0x529CFC) is known color: Cornflower Blue. HEX triplet: 52, 9C and FC. RGB value is (82,156,252). Sum of RGB (Red+Green+Blue) = 82+156+252=490 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.73% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #529CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529CFC is #AD6303. Grayscale: #909090. Windows color (decimal): -11363076 or 16555090. OLE color: 16555090.
HSL color Cylindrical-coordinate representation of color #529CFC: hue angle of 213.88º 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 #529CFC is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 156 | 252 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.01 |
| HSL | 213.88º | 0.97% | 0.65% | - |
| HSV(B) | 213.88º | 0.67% | 0.99% | - |
| XYZ | 32.94 | 32.6 | 96.65 | - |
| YUV | 144.82 | 188.48 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 252 | 0.67 | 0.38 | 0 | 0.01 | 213.88 | 0.97 | 0.65 |
| Hex | 52 | 9C | FC | 43 | 26 | 0 | 1 | D6 | 61 | 41 |
| Octal | 122 | 234 | 374 | 103 | 46 | 0 | 1 | 326 | 141 | 101 |
| Binary | 1010010 | 10011100 | 11111100 | 1000011 | 100110 | 0 | 1 | 11010110 | 1100001 | 1000001 |
Color Harmonies of #529CFC
Complementary color
Monochromatic Colors of #529CFC
Black with #529CFC
Text Example
Text Example
White with #529CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529CFC; }
p { color: rgb(82,156,252); }
H1.HeaderClassName
{
color: #529CFC;
}
.AnyTagClassName
{
color: #529CFC;
}
</style>
background-color css
<style>
a { background-color: #529CFC; }
a { background-color: rgb(82,156,252); }
div.DivClassName
{
background-color: #529CFC;
}
.BgClassName
{
background-color: #529CFC;
}
</style>
border-color css
<style>
span { border-color: #529CFC; }
span { border-color: rgb(82,156,252); }
td.TdClassName
{
border-color: #529CFC;
}
.TagClassName
{
border-color: #529CFC;
}
</style>