Shades of Dodger Blue #2183EB
Tints of Dodger Blue #2183EB
RGB
CMYK
RGB Variations
Color information
#2183EB (or 0x2183EB) is known color: Dodger Blue. HEX triplet: 21, 83 and EB. RGB value is (33,131,235). Sum of RGB (Red+Green+Blue) = 33+131+235=399 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.27% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #2183EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2183EB is #DE7C14. Grayscale: #717171. Windows color (decimal): -14580757 or 15434529. OLE color: 15434529.
HSL color Cylindrical-coordinate representation of color #2183EB: hue angle of 210.89º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2183EB is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 131 | 235 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.08 |
| HSL | 210.89º | 0.83% | 0.53% | - |
| HSV(B) | 210.89º | 0.86% | 0.92% | - |
| XYZ | 23.74 | 22.55 | 81.7 | - |
| YUV | 113.55 | 196.53 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 131 | 235 | 0.86 | 0.44 | 0 | 0.08 | 210.89 | 0.83 | 0.53 |
| Hex | 21 | 83 | EB | 56 | 2C | 0 | 8 | D3 | 53 | 35 |
| Octal | 41 | 203 | 353 | 126 | 54 | 0 | 10 | 323 | 123 | 65 |
| Binary | 100001 | 10000011 | 11101011 | 1010110 | 101100 | 0 | 1000 | 11010011 | 1010011 | 110101 |
Color Harmonies of #2183EB
Complementary color
Monochromatic Colors of #2183EB
Black with #2183EB
Text Example
Text Example
White with #2183EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2183EB; }
p { color: rgb(33,131,235); }
H1.HeaderClassName
{
color: #2183EB;
}
.AnyTagClassName
{
color: #2183EB;
}
</style>
background-color css
<style>
a { background-color: #2183EB; }
a { background-color: rgb(33,131,235); }
div.DivClassName
{
background-color: #2183EB;
}
.BgClassName
{
background-color: #2183EB;
}
</style>
border-color css
<style>
span { border-color: #2183EB; }
span { border-color: rgb(33,131,235); }
td.TdClassName
{
border-color: #2183EB;
}
.TagClassName
{
border-color: #2183EB;
}
</style>