Shades of Cornflower Blue #52A8FF
Tints of Cornflower Blue #52A8FF
RGB
CMYK
RGB Variations
Color information
#52A8FF (or 0x52A8FF) is known color: Cornflower Blue. HEX triplet: 52, A8 and FF. RGB value is (82,168,255). Sum of RGB (Red+Green+Blue) = 82+168+255=505 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.24% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #52A8FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A8FF is #AD5700. Grayscale: #979797. Windows color (decimal): -11360001 or 16754770. OLE color: 16754770.
HSL color Cylindrical-coordinate representation of color #52A8FF: hue angle of 210.17º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52A8FF is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 168 | 255 | - |
| CMYK | 0.68 | 0.34 | 0 | 0 |
| HSL | 210.17º | 1% | 0.66% | - |
| HSV(B) | 210.17º | 0.68% | 1% | - |
| XYZ | 35.53 | 37.02 | 99.88 | - |
| YUV | 152.2 | 186.01 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 168 | 255 | 0.68 | 0.34 | 0 | 0 | 210.17 | 1 | 0.66 |
| Hex | 52 | A8 | FF | 44 | 22 | 0 | 0 | D2 | 64 | 42 |
| Octal | 122 | 250 | 377 | 104 | 42 | 0 | 0 | 322 | 144 | 102 |
| Binary | 1010010 | 10101000 | 11111111 | 1000100 | 100010 | 0 | 0 | 11010010 | 1100100 | 1000010 |
Color Harmonies of #52A8FF
Complementary color
Monochromatic Colors of #52A8FF
Black with #52A8FF
Text Example
Text Example
White with #52A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A8FF; }
p { color: rgb(82,168,255); }
H1.HeaderClassName
{
color: #52A8FF;
}
.AnyTagClassName
{
color: #52A8FF;
}
</style>
background-color css
<style>
a { background-color: #52A8FF; }
a { background-color: rgb(82,168,255); }
div.DivClassName
{
background-color: #52A8FF;
}
.BgClassName
{
background-color: #52A8FF;
}
</style>
border-color css
<style>
span { border-color: #52A8FF; }
span { border-color: rgb(82,168,255); }
td.TdClassName
{
border-color: #52A8FF;
}
.TagClassName
{
border-color: #52A8FF;
}
</style>