Shades of Dodger Blue #2181DB
Tints of Dodger Blue #2181DB
RGB
CMYK
RGB Variations
Color information
#2181DB (or 0x2181DB) is known color: Dodger Blue. HEX triplet: 21, 81 and DB. RGB value is (33,129,219). Sum of RGB (Red+Green+Blue) = 33+129+219=381 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.66% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #2181DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2181DB is #DE7E24. Grayscale: #6E6E6E. Windows color (decimal): -14581285 or 14385441. OLE color: 14385441.
HSL color Cylindrical-coordinate representation of color #2181DB: hue angle of 209.03º 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 #2181DB is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 129 | 219 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.14 |
| HSL | 209.03º | 0.74% | 0.49% | - |
| HSV(B) | 209.03º | 0.85% | 0.86% | - |
| XYZ | 21.26 | 21.14 | 69.98 | - |
| YUV | 110.56 | 189.2 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 129 | 219 | 0.85 | 0.41 | 0 | 0.14 | 209.03 | 0.74 | 0.49 |
| Hex | 21 | 81 | DB | 55 | 29 | 0 | E | D1 | 4A | 31 |
| Octal | 41 | 201 | 333 | 125 | 51 | 0 | 16 | 321 | 112 | 61 |
| Binary | 100001 | 10000001 | 11011011 | 1010101 | 101001 | 0 | 1110 | 11010001 | 1001010 | 110001 |
Color Harmonies of #2181DB
Complementary color
Monochromatic Colors of #2181DB
Black with #2181DB
Text Example
Text Example
White with #2181DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2181DB; }
p { color: rgb(33,129,219); }
H1.HeaderClassName
{
color: #2181DB;
}
.AnyTagClassName
{
color: #2181DB;
}
</style>
background-color css
<style>
a { background-color: #2181DB; }
a { background-color: rgb(33,129,219); }
div.DivClassName
{
background-color: #2181DB;
}
.BgClassName
{
background-color: #2181DB;
}
</style>
border-color css
<style>
span { border-color: #2181DB; }
span { border-color: rgb(33,129,219); }
td.TdClassName
{
border-color: #2181DB;
}
.TagClassName
{
border-color: #2181DB;
}
</style>