Shades of Dodger Blue #20A2EE
Tints of Dodger Blue #20A2EE
RGB
CMYK
RGB Variations
Color information
#20A2EE (or 0x20A2EE) is known color: Dodger Blue. HEX triplet: 20, A2 and EE. RGB value is (32,162,238). Sum of RGB (Red+Green+Blue) = 32+162+238=432 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.41% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #20A2EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20A2EE is #DF5D11. Grayscale: #838383. Windows color (decimal): -14638354 or 15639072. OLE color: 15639072.
HSL color Cylindrical-coordinate representation of color #20A2EE: hue angle of 202.14º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20A2EE is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 162 | 238 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.07 |
| HSL | 202.14º | 0.86% | 0.53% | - |
| HSV(B) | 202.14º | 0.87% | 0.93% | - |
| XYZ | 28.95 | 32.32 | 85.6 | - |
| YUV | 131.79 | 187.93 | 56.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 162 | 238 | 0.87 | 0.32 | 0 | 0.07 | 202.14 | 0.86 | 0.53 |
| Hex | 20 | A2 | EE | 57 | 20 | 0 | 7 | CA | 56 | 35 |
| Octal | 40 | 242 | 356 | 127 | 40 | 0 | 7 | 312 | 126 | 65 |
| Binary | 100000 | 10100010 | 11101110 | 1010111 | 100000 | 0 | 111 | 11001010 | 1010110 | 110101 |
Color Harmonies of #20A2EE
Complementary color
Monochromatic Colors of #20A2EE
Black with #20A2EE
Text Example
Text Example
White with #20A2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A2EE; }
p { color: rgb(32,162,238); }
H1.HeaderClassName
{
color: #20A2EE;
}
.AnyTagClassName
{
color: #20A2EE;
}
</style>
background-color css
<style>
a { background-color: #20A2EE; }
a { background-color: rgb(32,162,238); }
div.DivClassName
{
background-color: #20A2EE;
}
.BgClassName
{
background-color: #20A2EE;
}
</style>
border-color css
<style>
span { border-color: #20A2EE; }
span { border-color: rgb(32,162,238); }
td.TdClassName
{
border-color: #20A2EE;
}
.TagClassName
{
border-color: #20A2EE;
}
</style>