Shades of Cornflower Blue #52A8FA
Tints of Cornflower Blue #52A8FA
RGB
CMYK
RGB Variations
Color information
#52A8FA (or 0x52A8FA) is known color: Cornflower Blue. HEX triplet: 52, A8 and FA. RGB value is (82,168,250). Sum of RGB (Red+Green+Blue) = 82+168+250=500 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.4% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #52A8FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A8FA is #AD5705. Grayscale: #979797. Windows color (decimal): -11360006 or 16427090. OLE color: 16427090.
HSL color Cylindrical-coordinate representation of color #52A8FA: hue angle of 209.29º 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 #52A8FA is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 168 | 250 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.02 |
| HSL | 209.29º | 0.94% | 0.65% | - |
| HSV(B) | 209.29º | 0.67% | 0.98% | - |
| XYZ | 34.74 | 36.7 | 95.7 | - |
| YUV | 151.63 | 183.51 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 168 | 250 | 0.67 | 0.33 | 0 | 0.02 | 209.29 | 0.94 | 0.65 |
| Hex | 52 | A8 | FA | 43 | 21 | 0 | 2 | D1 | 5E | 41 |
| Octal | 122 | 250 | 372 | 103 | 41 | 0 | 2 | 321 | 136 | 101 |
| Binary | 1010010 | 10101000 | 11111010 | 1000011 | 100001 | 0 | 10 | 11010001 | 1011110 | 1000001 |
Color Harmonies of #52A8FA
Complementary color
Monochromatic Colors of #52A8FA
Black with #52A8FA
Text Example
Text Example
White with #52A8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A8FA; }
p { color: rgb(82,168,250); }
H1.HeaderClassName
{
color: #52A8FA;
}
.AnyTagClassName
{
color: #52A8FA;
}
</style>
background-color css
<style>
a { background-color: #52A8FA; }
a { background-color: rgb(82,168,250); }
div.DivClassName
{
background-color: #52A8FA;
}
.BgClassName
{
background-color: #52A8FA;
}
</style>
border-color css
<style>
span { border-color: #52A8FA; }
span { border-color: rgb(82,168,250); }
td.TdClassName
{
border-color: #52A8FA;
}
.TagClassName
{
border-color: #52A8FA;
}
</style>