Shades of Dodger Blue #2181EE
Tints of Dodger Blue #2181EE
RGB
CMYK
RGB Variations
Color information
#2181EE (or 0x2181EE) is known color: Dodger Blue. HEX triplet: 21, 81 and EE. RGB value is (33,129,238). Sum of RGB (Red+Green+Blue) = 33+129+238=400 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.25% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 238 (93.36% from 255 or 59.5% from 400); Max value from RGB is 238 - color contains mainly: blue. Hex color #2181EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2181EE is #DE7E11. Grayscale: #707070. Windows color (decimal): -14581266 or 15630625. OLE color: 15630625.
HSL color Cylindrical-coordinate representation of color #2181EE: hue angle of 211.9º 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 #2181EE is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 129 | 238 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.07 |
| HSL | 211.9º | 0.86% | 0.53% | - |
| HSV(B) | 211.9º | 0.86% | 0.93% | - |
| XYZ | 23.91 | 22.2 | 83.91 | - |
| YUV | 112.72 | 198.7 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 129 | 238 | 0.86 | 0.46 | 0 | 0.07 | 211.9 | 0.86 | 0.53 |
| Hex | 21 | 81 | EE | 56 | 2E | 0 | 7 | D4 | 56 | 35 |
| Octal | 41 | 201 | 356 | 126 | 56 | 0 | 7 | 324 | 126 | 65 |
| Binary | 100001 | 10000001 | 11101110 | 1010110 | 101110 | 0 | 111 | 11010100 | 1010110 | 110101 |
Color Harmonies of #2181EE
Complementary color
Monochromatic Colors of #2181EE
Black with #2181EE
Text Example
Text Example
White with #2181EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2181EE; }
p { color: rgb(33,129,238); }
H1.HeaderClassName
{
color: #2181EE;
}
.AnyTagClassName
{
color: #2181EE;
}
</style>
background-color css
<style>
a { background-color: #2181EE; }
a { background-color: rgb(33,129,238); }
div.DivClassName
{
background-color: #2181EE;
}
.BgClassName
{
background-color: #2181EE;
}
</style>
border-color css
<style>
span { border-color: #2181EE; }
span { border-color: rgb(33,129,238); }
td.TdClassName
{
border-color: #2181EE;
}
.TagClassName
{
border-color: #2181EE;
}
</style>