Shades of Dodger Blue #2184DB
Tints of Dodger Blue #2184DB
RGB
CMYK
RGB Variations
Color information
#2184DB (or 0x2184DB) is known color: Dodger Blue. HEX triplet: 21, 84 and DB. RGB value is (33,132,219). Sum of RGB (Red+Green+Blue) = 33+132+219=384 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.59% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #2184DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2184DB is #DE7B24. Grayscale: #6F6F6F. Windows color (decimal): -14580517 or 14386209. OLE color: 14386209.
HSL color Cylindrical-coordinate representation of color #2184DB: hue angle of 208.06º 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 #2184DB is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 132 | 219 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.14 |
| HSL | 208.06º | 0.74% | 0.49% | - |
| HSV(B) | 208.06º | 0.85% | 0.86% | - |
| XYZ | 21.66 | 21.94 | 70.11 | - |
| YUV | 112.32 | 188.2 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 132 | 219 | 0.85 | 0.40 | 0 | 0.14 | 208.06 | 0.74 | 0.49 |
| Hex | 21 | 84 | DB | 55 | 28 | 0 | E | D0 | 4A | 31 |
| Octal | 41 | 204 | 333 | 125 | 50 | 0 | 16 | 320 | 112 | 61 |
| Binary | 100001 | 10000100 | 11011011 | 1010101 | 101000 | 0 | 1110 | 11010000 | 1001010 | 110001 |
Color Harmonies of #2184DB
Complementary color
Monochromatic Colors of #2184DB
Black with #2184DB
Text Example
Text Example
White with #2184DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2184DB; }
p { color: rgb(33,132,219); }
H1.HeaderClassName
{
color: #2184DB;
}
.AnyTagClassName
{
color: #2184DB;
}
</style>
background-color css
<style>
a { background-color: #2184DB; }
a { background-color: rgb(33,132,219); }
div.DivClassName
{
background-color: #2184DB;
}
.BgClassName
{
background-color: #2184DB;
}
</style>
border-color css
<style>
span { border-color: #2184DB; }
span { border-color: rgb(33,132,219); }
td.TdClassName
{
border-color: #2184DB;
}
.TagClassName
{
border-color: #2184DB;
}
</style>