Shades of Cornflower Blue #52A8FD
Tints of Cornflower Blue #52A8FD
RGB
CMYK
RGB Variations
Color information
#52A8FD (or 0x52A8FD) is known color: Cornflower Blue. HEX triplet: 52, A8 and FD. RGB value is (82,168,253). Sum of RGB (Red+Green+Blue) = 82+168+253=503 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.30% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #52A8FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A8FD is #AD5702. Grayscale: #979797. Windows color (decimal): -11360003 or 16623698. OLE color: 16623698.
HSL color Cylindrical-coordinate representation of color #52A8FD: hue angle of 209.82º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52A8FD is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 168 | 253 | - |
| CMYK | 0.68 | 0.34 | 0 | 0.01 |
| HSL | 209.82º | 0.98% | 0.66% | - |
| HSV(B) | 209.82º | 0.68% | 0.99% | - |
| XYZ | 35.21 | 36.89 | 98.19 | - |
| YUV | 151.98 | 185.01 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 168 | 253 | 0.68 | 0.34 | 0 | 0.01 | 209.82 | 0.98 | 0.66 |
| Hex | 52 | A8 | FD | 44 | 22 | 0 | 1 | D2 | 62 | 42 |
| Octal | 122 | 250 | 375 | 104 | 42 | 0 | 1 | 322 | 142 | 102 |
| Binary | 1010010 | 10101000 | 11111101 | 1000100 | 100010 | 0 | 1 | 11010010 | 1100010 | 1000010 |
Color Harmonies of #52A8FD
Complementary color
Monochromatic Colors of #52A8FD
Black with #52A8FD
Text Example
Text Example
White with #52A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A8FD; }
p { color: rgb(82,168,253); }
H1.HeaderClassName
{
color: #52A8FD;
}
.AnyTagClassName
{
color: #52A8FD;
}
</style>
background-color css
<style>
a { background-color: #52A8FD; }
a { background-color: rgb(82,168,253); }
div.DivClassName
{
background-color: #52A8FD;
}
.BgClassName
{
background-color: #52A8FD;
}
</style>
border-color css
<style>
span { border-color: #52A8FD; }
span { border-color: rgb(82,168,253); }
td.TdClassName
{
border-color: #52A8FD;
}
.TagClassName
{
border-color: #52A8FD;
}
</style>