Shades of Cornflower Blue #52A1EE
Tints of Cornflower Blue #52A1EE
RGB
CMYK
RGB Variations
Color information
#52A1EE (or 0x52A1EE) is known color: Cornflower Blue. HEX triplet: 52, A1 and EE. RGB value is (82,161,238). Sum of RGB (Red+Green+Blue) = 82+161+238=481 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.05% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #52A1EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A1EE is #AD5E11. Grayscale: #919191. Windows color (decimal): -11361810 or 15638866. OLE color: 15638866.
HSL color Cylindrical-coordinate representation of color #52A1EE: hue angle of 209.62º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52A1EE is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 161 | 238 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.07 |
| HSL | 209.62º | 0.82% | 0.63% | - |
| HSV(B) | 209.62º | 0.66% | 0.93% | - |
| XYZ | 31.66 | 33.46 | 85.68 | - |
| YUV | 146.16 | 179.83 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 161 | 238 | 0.66 | 0.32 | 0 | 0.07 | 209.62 | 0.82 | 0.63 |
| Hex | 52 | A1 | EE | 42 | 20 | 0 | 7 | D2 | 52 | 3F |
| Octal | 122 | 241 | 356 | 102 | 40 | 0 | 7 | 322 | 122 | 77 |
| Binary | 1010010 | 10100001 | 11101110 | 1000010 | 100000 | 0 | 111 | 11010010 | 1010010 | 111111 |
Color Harmonies of #52A1EE
Complementary color
Monochromatic Colors of #52A1EE
Black with #52A1EE
Text Example
Text Example
White with #52A1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A1EE; }
p { color: rgb(82,161,238); }
H1.HeaderClassName
{
color: #52A1EE;
}
.AnyTagClassName
{
color: #52A1EE;
}
</style>
background-color css
<style>
a { background-color: #52A1EE; }
a { background-color: rgb(82,161,238); }
div.DivClassName
{
background-color: #52A1EE;
}
.BgClassName
{
background-color: #52A1EE;
}
</style>
border-color css
<style>
span { border-color: #52A1EE; }
span { border-color: rgb(82,161,238); }
td.TdClassName
{
border-color: #52A1EE;
}
.TagClassName
{
border-color: #52A1EE;
}
</style>