Shades of Dodger Blue #2180DB
Tints of Dodger Blue #2180DB
RGB
CMYK
RGB Variations
Color information
#2180DB (or 0x2180DB) is known color: Dodger Blue. HEX triplet: 21, 80 and DB. RGB value is (33,128,219). Sum of RGB (Red+Green+Blue) = 33+128+219=380 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.68% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #2180DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2180DB is #DE7F24. Grayscale: #6D6D6D. Windows color (decimal): -14581541 or 14385185. OLE color: 14385185.
HSL color Cylindrical-coordinate representation of color #2180DB: hue angle of 209.35º 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 #2180DB is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 128 | 219 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.14 |
| HSL | 209.35º | 0.74% | 0.49% | - |
| HSV(B) | 209.35º | 0.85% | 0.86% | - |
| XYZ | 21.13 | 20.88 | 69.93 | - |
| YUV | 109.97 | 189.53 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 128 | 219 | 0.85 | 0.42 | 0 | 0.14 | 209.35 | 0.74 | 0.49 |
| Hex | 21 | 80 | DB | 55 | 2A | 0 | E | D1 | 4A | 31 |
| Octal | 41 | 200 | 333 | 125 | 52 | 0 | 16 | 321 | 112 | 61 |
| Binary | 100001 | 10000000 | 11011011 | 1010101 | 101010 | 0 | 1110 | 11010001 | 1001010 | 110001 |
Color Harmonies of #2180DB
Complementary color
Monochromatic Colors of #2180DB
Black with #2180DB
Text Example
Text Example
White with #2180DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2180DB; }
p { color: rgb(33,128,219); }
H1.HeaderClassName
{
color: #2180DB;
}
.AnyTagClassName
{
color: #2180DB;
}
</style>
background-color css
<style>
a { background-color: #2180DB; }
a { background-color: rgb(33,128,219); }
div.DivClassName
{
background-color: #2180DB;
}
.BgClassName
{
background-color: #2180DB;
}
</style>
border-color css
<style>
span { border-color: #2180DB; }
span { border-color: rgb(33,128,219); }
td.TdClassName
{
border-color: #2180DB;
}
.TagClassName
{
border-color: #2180DB;
}
</style>