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