Shades of Cornflower Blue #52A6ED
Tints of Cornflower Blue #52A6ED
RGB
CMYK
RGB Variations
Color information
#52A6ED (or 0x52A6ED) is known color: Cornflower Blue. HEX triplet: 52, A6 and ED. RGB value is (82,166,237). Sum of RGB (Red+Green+Blue) = 82+166+237=485 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.91% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #52A6ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A6ED is #AD5912. Grayscale: #949494. Windows color (decimal): -11360531 or 15574610. OLE color: 15574610.
HSL color Cylindrical-coordinate representation of color #52A6ED: hue angle of 207.48º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52A6ED is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 166 | 237 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.07 |
| HSL | 207.48º | 0.81% | 0.63% | - |
| HSV(B) | 207.48º | 0.65% | 0.93% | - |
| XYZ | 32.4 | 35.18 | 85.2 | - |
| YUV | 148.98 | 177.67 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 166 | 237 | 0.65 | 0.30 | 0 | 0.07 | 207.48 | 0.81 | 0.63 |
| Hex | 52 | A6 | ED | 41 | 1E | 0 | 7 | CF | 51 | 3F |
| Octal | 122 | 246 | 355 | 101 | 36 | 0 | 7 | 317 | 121 | 77 |
| Binary | 1010010 | 10100110 | 11101101 | 1000001 | 11110 | 0 | 111 | 11001111 | 1010001 | 111111 |
Color Harmonies of #52A6ED
Complementary color
Monochromatic Colors of #52A6ED
Black with #52A6ED
Text Example
Text Example
White with #52A6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A6ED; }
p { color: rgb(82,166,237); }
H1.HeaderClassName
{
color: #52A6ED;
}
.AnyTagClassName
{
color: #52A6ED;
}
</style>
background-color css
<style>
a { background-color: #52A6ED; }
a { background-color: rgb(82,166,237); }
div.DivClassName
{
background-color: #52A6ED;
}
.BgClassName
{
background-color: #52A6ED;
}
</style>
border-color css
<style>
span { border-color: #52A6ED; }
span { border-color: rgb(82,166,237); }
td.TdClassName
{
border-color: #52A6ED;
}
.TagClassName
{
border-color: #52A6ED;
}
</style>