Shades of Cornflower Blue #52A7FF
Tints of Cornflower Blue #52A7FF
RGB
CMYK
RGB Variations
Color information
#52A7FF (or 0x52A7FF) is known color: Cornflower Blue. HEX triplet: 52, A7 and FF. RGB value is (82,167,255). Sum of RGB (Red+Green+Blue) = 82+167+255=504 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.27% from 504); Green value is 167 (65.62% from 255 or 33.13% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #52A7FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A7FF is #AD5800. Grayscale: #979797. Windows color (decimal): -11360257 or 16754514. OLE color: 16754514.
HSL color Cylindrical-coordinate representation of color #52A7FF: hue angle of 210.52º 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 #52A7FF is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 167 | 255 | - |
| CMYK | 0.68 | 0.35 | 0 | 0 |
| HSL | 210.52º | 1% | 0.66% | - |
| HSV(B) | 210.52º | 0.68% | 1% | - |
| XYZ | 35.35 | 36.65 | 99.82 | - |
| YUV | 151.62 | 186.34 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 167 | 255 | 0.68 | 0.35 | 0 | 0 | 210.52 | 1 | 0.66 |
| Hex | 52 | A7 | FF | 44 | 23 | 0 | 0 | D3 | 64 | 42 |
| Octal | 122 | 247 | 377 | 104 | 43 | 0 | 0 | 323 | 144 | 102 |
| Binary | 1010010 | 10100111 | 11111111 | 1000100 | 100011 | 0 | 0 | 11010011 | 1100100 | 1000010 |
Color Harmonies of #52A7FF
Complementary color
Monochromatic Colors of #52A7FF
Black with #52A7FF
Text Example
Text Example
White with #52A7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A7FF; }
p { color: rgb(82,167,255); }
H1.HeaderClassName
{
color: #52A7FF;
}
.AnyTagClassName
{
color: #52A7FF;
}
</style>
background-color css
<style>
a { background-color: #52A7FF; }
a { background-color: rgb(82,167,255); }
div.DivClassName
{
background-color: #52A7FF;
}
.BgClassName
{
background-color: #52A7FF;
}
</style>
border-color css
<style>
span { border-color: #52A7FF; }
span { border-color: rgb(82,167,255); }
td.TdClassName
{
border-color: #52A7FF;
}
.TagClassName
{
border-color: #52A7FF;
}
</style>