Shades of Cornflower Blue #529EFA
Tints of Cornflower Blue #529EFA
RGB
CMYK
RGB Variations
Color information
#529EFA (or 0x529EFA) is known color: Cornflower Blue. HEX triplet: 52, 9E and FA. RGB value is (82,158,250). Sum of RGB (Red+Green+Blue) = 82+158+250=490 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.73% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #529EFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529EFA is #AD6105. Grayscale: #919191. Windows color (decimal): -11362566 or 16424530. OLE color: 16424530.
HSL color Cylindrical-coordinate representation of color #529EFA: hue angle of 212.86º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #529EFA is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 158 | 250 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.02 |
| HSL | 212.86º | 0.94% | 0.65% | - |
| HSV(B) | 212.86º | 0.67% | 0.98% | - |
| XYZ | 32.96 | 33.15 | 95.1 | - |
| YUV | 145.76 | 186.82 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 158 | 250 | 0.67 | 0.37 | 0 | 0.02 | 212.86 | 0.94 | 0.65 |
| Hex | 52 | 9E | FA | 43 | 25 | 0 | 2 | D5 | 5E | 41 |
| Octal | 122 | 236 | 372 | 103 | 45 | 0 | 2 | 325 | 136 | 101 |
| Binary | 1010010 | 10011110 | 11111010 | 1000011 | 100101 | 0 | 10 | 11010101 | 1011110 | 1000001 |
Color Harmonies of #529EFA
Complementary color
Monochromatic Colors of #529EFA
Black with #529EFA
Text Example
Text Example
White with #529EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529EFA; }
p { color: rgb(82,158,250); }
H1.HeaderClassName
{
color: #529EFA;
}
.AnyTagClassName
{
color: #529EFA;
}
</style>
background-color css
<style>
a { background-color: #529EFA; }
a { background-color: rgb(82,158,250); }
div.DivClassName
{
background-color: #529EFA;
}
.BgClassName
{
background-color: #529EFA;
}
</style>
border-color css
<style>
span { border-color: #529EFA; }
span { border-color: rgb(82,158,250); }
td.TdClassName
{
border-color: #529EFA;
}
.TagClassName
{
border-color: #529EFA;
}
</style>