Shades of Cornflower Blue #529BF5
Tints of Cornflower Blue #529BF5
RGB
CMYK
RGB Variations
Color information
#529BF5 (or 0x529BF5) is known color: Cornflower Blue. HEX triplet: 52, 9B and F5. RGB value is (82,155,245). Sum of RGB (Red+Green+Blue) = 82+155+245=482 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.01% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 245 (96.09% from 255 or 50.83% from 482); Max value from RGB is 245 - color contains mainly: blue. Hex color #529BF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529BF5 is #AD640A. Grayscale: #8E8E8E. Windows color (decimal): -11363339 or 16096082. OLE color: 16096082.
HSL color Cylindrical-coordinate representation of color #529BF5: hue angle of 213.13º 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 #529BF5 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 155 | 245 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.04 |
| HSL | 213.13º | 0.89% | 0.64% | - |
| HSV(B) | 213.13º | 0.67% | 0.96% | - |
| XYZ | 31.68 | 31.83 | 90.86 | - |
| YUV | 143.43 | 185.32 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 155 | 245 | 0.67 | 0.37 | 0 | 0.04 | 213.13 | 0.89 | 0.64 |
| Hex | 52 | 9B | F5 | 43 | 25 | 0 | 4 | D5 | 59 | 40 |
| Octal | 122 | 233 | 365 | 103 | 45 | 0 | 4 | 325 | 131 | 100 |
| Binary | 1010010 | 10011011 | 11110101 | 1000011 | 100101 | 0 | 100 | 11010101 | 1011001 | 1000000 |
Color Harmonies of #529BF5
Complementary color
Monochromatic Colors of #529BF5
Black with #529BF5
Text Example
Text Example
White with #529BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529BF5; }
p { color: rgb(82,155,245); }
H1.HeaderClassName
{
color: #529BF5;
}
.AnyTagClassName
{
color: #529BF5;
}
</style>
background-color css
<style>
a { background-color: #529BF5; }
a { background-color: rgb(82,155,245); }
div.DivClassName
{
background-color: #529BF5;
}
.BgClassName
{
background-color: #529BF5;
}
</style>
border-color css
<style>
span { border-color: #529BF5; }
span { border-color: rgb(82,155,245); }
td.TdClassName
{
border-color: #529BF5;
}
.TagClassName
{
border-color: #529BF5;
}
</style>