Shades of Dodger Blue #2183EE
Tints of Dodger Blue #2183EE
RGB
CMYK
RGB Variations
Color information
#2183EE (or 0x2183EE) is known color: Dodger Blue. HEX triplet: 21, 83 and EE. RGB value is (33,131,238). Sum of RGB (Red+Green+Blue) = 33+131+238=402 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.21% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 238 (93.36% from 255 or 59.20% from 402); Max value from RGB is 238 - color contains mainly: blue. Hex color #2183EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2183EE is #DE7C11. Grayscale: #717171. Windows color (decimal): -14580754 or 15631137. OLE color: 15631137.
HSL color Cylindrical-coordinate representation of color #2183EE: hue angle of 211.32º 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 #2183EE is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 131 | 238 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.07 |
| HSL | 211.32º | 0.86% | 0.53% | - |
| HSV(B) | 211.32º | 0.86% | 0.93% | - |
| XYZ | 24.18 | 22.73 | 84 | - |
| YUV | 113.9 | 198.03 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 131 | 238 | 0.86 | 0.45 | 0 | 0.07 | 211.32 | 0.86 | 0.53 |
| Hex | 21 | 83 | EE | 56 | 2D | 0 | 7 | D3 | 56 | 35 |
| Octal | 41 | 203 | 356 | 126 | 55 | 0 | 7 | 323 | 126 | 65 |
| Binary | 100001 | 10000011 | 11101110 | 1010110 | 101101 | 0 | 111 | 11010011 | 1010110 | 110101 |
Color Harmonies of #2183EE
Complementary color
Monochromatic Colors of #2183EE
Black with #2183EE
Text Example
Text Example
White with #2183EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2183EE; }
p { color: rgb(33,131,238); }
H1.HeaderClassName
{
color: #2183EE;
}
.AnyTagClassName
{
color: #2183EE;
}
</style>
background-color css
<style>
a { background-color: #2183EE; }
a { background-color: rgb(33,131,238); }
div.DivClassName
{
background-color: #2183EE;
}
.BgClassName
{
background-color: #2183EE;
}
</style>
border-color css
<style>
span { border-color: #2183EE; }
span { border-color: rgb(33,131,238); }
td.TdClassName
{
border-color: #2183EE;
}
.TagClassName
{
border-color: #2183EE;
}
</style>