Shades of Dodger Blue #2183DB
Tints of Dodger Blue #2183DB
RGB
CMYK
RGB Variations
Color information
#2183DB (or 0x2183DB) is known color: Dodger Blue. HEX triplet: 21, 83 and DB. RGB value is (33,131,219). Sum of RGB (Red+Green+Blue) = 33+131+219=383 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.62% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #2183DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2183DB is #DE7C24. Grayscale: #6F6F6F. Windows color (decimal): -14580773 or 14385953. OLE color: 14385953.
HSL color Cylindrical-coordinate representation of color #2183DB: hue angle of 208.39º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2183DB is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 131 | 219 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.14 |
| HSL | 208.39º | 0.74% | 0.49% | - |
| HSV(B) | 208.39º | 0.85% | 0.86% | - |
| XYZ | 21.53 | 21.67 | 70.07 | - |
| YUV | 111.73 | 188.53 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 131 | 219 | 0.85 | 0.40 | 0 | 0.14 | 208.39 | 0.74 | 0.49 |
| Hex | 21 | 83 | DB | 55 | 28 | 0 | E | D0 | 4A | 31 |
| Octal | 41 | 203 | 333 | 125 | 50 | 0 | 16 | 320 | 112 | 61 |
| Binary | 100001 | 10000011 | 11011011 | 1010101 | 101000 | 0 | 1110 | 11010000 | 1001010 | 110001 |
Color Harmonies of #2183DB
Complementary color
Monochromatic Colors of #2183DB
Black with #2183DB
Text Example
Text Example
White with #2183DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2183DB; }
p { color: rgb(33,131,219); }
H1.HeaderClassName
{
color: #2183DB;
}
.AnyTagClassName
{
color: #2183DB;
}
</style>
background-color css
<style>
a { background-color: #2183DB; }
a { background-color: rgb(33,131,219); }
div.DivClassName
{
background-color: #2183DB;
}
.BgClassName
{
background-color: #2183DB;
}
</style>
border-color css
<style>
span { border-color: #2183DB; }
span { border-color: rgb(33,131,219); }
td.TdClassName
{
border-color: #2183DB;
}
.TagClassName
{
border-color: #2183DB;
}
</style>