Shades of Cornflower Blue #52A5FF
Tints of Cornflower Blue #52A5FF
RGB
CMYK
RGB Variations
Color information
#52A5FF (or 0x52A5FF) is known color: Cornflower Blue. HEX triplet: 52, A5 and FF. RGB value is (82,165,255). Sum of RGB (Red+Green+Blue) = 82+165+255=502 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.33% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #52A5FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A5FF is #AD5A00. Grayscale: #969696. Windows color (decimal): -11360769 or 16754002. OLE color: 16754002.
HSL color Cylindrical-coordinate representation of color #52A5FF: hue angle of 211.21º 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 #52A5FF is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 165 | 255 | - |
| CMYK | 0.68 | 0.35 | 0 | 0 |
| HSL | 211.21º | 1% | 0.66% | - |
| HSV(B) | 211.21º | 0.68% | 1% | - |
| XYZ | 34.98 | 35.92 | 99.7 | - |
| YUV | 150.44 | 187 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 165 | 255 | 0.68 | 0.35 | 0 | 0 | 211.21 | 1 | 0.66 |
| Hex | 52 | A5 | FF | 44 | 23 | 0 | 0 | D3 | 64 | 42 |
| Octal | 122 | 245 | 377 | 104 | 43 | 0 | 0 | 323 | 144 | 102 |
| Binary | 1010010 | 10100101 | 11111111 | 1000100 | 100011 | 0 | 0 | 11010011 | 1100100 | 1000010 |
Color Harmonies of #52A5FF
Complementary color
Monochromatic Colors of #52A5FF
Black with #52A5FF
Text Example
Text Example
White with #52A5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A5FF; }
p { color: rgb(82,165,255); }
H1.HeaderClassName
{
color: #52A5FF;
}
.AnyTagClassName
{
color: #52A5FF;
}
</style>
background-color css
<style>
a { background-color: #52A5FF; }
a { background-color: rgb(82,165,255); }
div.DivClassName
{
background-color: #52A5FF;
}
.BgClassName
{
background-color: #52A5FF;
}
</style>
border-color css
<style>
span { border-color: #52A5FF; }
span { border-color: rgb(82,165,255); }
td.TdClassName
{
border-color: #52A5FF;
}
.TagClassName
{
border-color: #52A5FF;
}
</style>