Shades of Cornflower Blue #52AEFF
Tints of Cornflower Blue #52AEFF
RGB
CMYK
RGB Variations
Color information
#52AEFF (or 0x52AEFF) is known color: Cornflower Blue. HEX triplet: 52, AE and FF. RGB value is (82,174,255). Sum of RGB (Red+Green+Blue) = 82+174+255=511 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.05% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #52AEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52AEFF is #AD5100. Grayscale: #9B9B9B. Windows color (decimal): -11358465 or 16756306. OLE color: 16756306.
HSL color Cylindrical-coordinate representation of color #52AEFF: hue angle of 208.09º 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 #52AEFF is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 174 | 255 | - |
| CMYK | 0.68 | 0.32 | 0 | 0 |
| HSL | 208.09º | 1% | 0.66% | - |
| HSV(B) | 208.09º | 0.68% | 1% | - |
| XYZ | 36.67 | 39.29 | 100.26 | - |
| YUV | 155.73 | 184.02 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 174 | 255 | 0.68 | 0.32 | 0 | 0 | 208.09 | 1 | 0.66 |
| Hex | 52 | AE | FF | 44 | 20 | 0 | 0 | D0 | 64 | 42 |
| Octal | 122 | 256 | 377 | 104 | 40 | 0 | 0 | 320 | 144 | 102 |
| Binary | 1010010 | 10101110 | 11111111 | 1000100 | 100000 | 0 | 0 | 11010000 | 1100100 | 1000010 |
Color Harmonies of #52AEFF
Complementary color
Monochromatic Colors of #52AEFF
Black with #52AEFF
Text Example
Text Example
White with #52AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AEFF; }
p { color: rgb(82,174,255); }
H1.HeaderClassName
{
color: #52AEFF;
}
.AnyTagClassName
{
color: #52AEFF;
}
</style>
background-color css
<style>
a { background-color: #52AEFF; }
a { background-color: rgb(82,174,255); }
div.DivClassName
{
background-color: #52AEFF;
}
.BgClassName
{
background-color: #52AEFF;
}
</style>
border-color css
<style>
span { border-color: #52AEFF; }
span { border-color: rgb(82,174,255); }
td.TdClassName
{
border-color: #52AEFF;
}
.TagClassName
{
border-color: #52AEFF;
}
</style>