Shades of Cornflower Blue #529AF5
Tints of Cornflower Blue #529AF5
RGB
CMYK
RGB Variations
Color information
#529AF5 (or 0x529AF5) is known color: Cornflower Blue. HEX triplet: 52, 9A and F5. RGB value is (82,154,245). Sum of RGB (Red+Green+Blue) = 82+154+245=481 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.05% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 245 (96.09% from 255 or 50.94% from 481); Max value from RGB is 245 - color contains mainly: blue. Hex color #529AF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529AF5 is #AD650A. Grayscale: #8E8E8E. Windows color (decimal): -11363595 or 16095826. OLE color: 16095826.
HSL color Cylindrical-coordinate representation of color #529AF5: hue angle of 213.5º degrees, saturation: 0.89, 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 #529AF5 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 154 | 245 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.04 |
| HSL | 213.5º | 0.89% | 0.64% | - |
| HSV(B) | 213.5º | 0.67% | 0.96% | - |
| XYZ | 31.52 | 31.5 | 90.8 | - |
| YUV | 142.85 | 185.65 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 154 | 245 | 0.67 | 0.37 | 0 | 0.04 | 213.5 | 0.89 | 0.64 |
| Hex | 52 | 9A | F5 | 43 | 25 | 0 | 4 | D5 | 59 | 40 |
| Octal | 122 | 232 | 365 | 103 | 45 | 0 | 4 | 325 | 131 | 100 |
| Binary | 1010010 | 10011010 | 11110101 | 1000011 | 100101 | 0 | 100 | 11010101 | 1011001 | 1000000 |
Color Harmonies of #529AF5
Complementary color
Monochromatic Colors of #529AF5
Black with #529AF5
Text Example
Text Example
White with #529AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529AF5; }
p { color: rgb(82,154,245); }
H1.HeaderClassName
{
color: #529AF5;
}
.AnyTagClassName
{
color: #529AF5;
}
</style>
background-color css
<style>
a { background-color: #529AF5; }
a { background-color: rgb(82,154,245); }
div.DivClassName
{
background-color: #529AF5;
}
.BgClassName
{
background-color: #529AF5;
}
</style>
border-color css
<style>
span { border-color: #529AF5; }
span { border-color: rgb(82,154,245); }
td.TdClassName
{
border-color: #529AF5;
}
.TagClassName
{
border-color: #529AF5;
}
</style>