Shades of Dodger Blue #2189DB
Tints of Dodger Blue #2189DB
RGB
CMYK
RGB Variations
Color information
#2189DB (or 0x2189DB) is known color: Dodger Blue. HEX triplet: 21, 89 and DB. RGB value is (33,137,219). Sum of RGB (Red+Green+Blue) = 33+137+219=389 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.48% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #2189DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2189DB is #DE7624. Grayscale: #727272. Windows color (decimal): -14579237 or 14387489. OLE color: 14387489.
HSL color Cylindrical-coordinate representation of color #2189DB: hue angle of 206.45º 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 #2189DB is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 137 | 219 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.14 |
| HSL | 206.45º | 0.74% | 0.49% | - |
| HSV(B) | 206.45º | 0.85% | 0.86% | - |
| XYZ | 22.36 | 23.33 | 70.34 | - |
| YUV | 115.25 | 186.54 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 219 | 0.85 | 0.37 | 0 | 0.14 | 206.45 | 0.74 | 0.49 |
| Hex | 21 | 89 | DB | 55 | 25 | 0 | E | CE | 4A | 31 |
| Octal | 41 | 211 | 333 | 125 | 45 | 0 | 16 | 316 | 112 | 61 |
| Binary | 100001 | 10001001 | 11011011 | 1010101 | 100101 | 0 | 1110 | 11001110 | 1001010 | 110001 |
Color Harmonies of #2189DB
Complementary color
Monochromatic Colors of #2189DB
Black with #2189DB
Text Example
Text Example
White with #2189DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2189DB; }
p { color: rgb(33,137,219); }
H1.HeaderClassName
{
color: #2189DB;
}
.AnyTagClassName
{
color: #2189DB;
}
</style>
background-color css
<style>
a { background-color: #2189DB; }
a { background-color: rgb(33,137,219); }
div.DivClassName
{
background-color: #2189DB;
}
.BgClassName
{
background-color: #2189DB;
}
</style>
border-color css
<style>
span { border-color: #2189DB; }
span { border-color: rgb(33,137,219); }
td.TdClassName
{
border-color: #2189DB;
}
.TagClassName
{
border-color: #2189DB;
}
</style>