Shades of Dodger Blue #2185DB
Tints of Dodger Blue #2185DB
RGB
CMYK
RGB Variations
Color information
#2185DB (or 0x2185DB) is known color: Dodger Blue. HEX triplet: 21, 85 and DB. RGB value is (33,133,219). Sum of RGB (Red+Green+Blue) = 33+133+219=385 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.57% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #2185DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2185DB is #DE7A24. Grayscale: #707070. Windows color (decimal): -14580261 or 14386465. OLE color: 14386465.
HSL color Cylindrical-coordinate representation of color #2185DB: hue angle of 207.74º 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 #2185DB is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 133 | 219 | - |
| CMYK | 0.85 | 0.39 | 0 | 0.14 |
| HSL | 207.74º | 0.74% | 0.49% | - |
| HSV(B) | 207.74º | 0.85% | 0.86% | - |
| XYZ | 21.8 | 22.21 | 70.16 | - |
| YUV | 112.9 | 187.87 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 219 | 0.85 | 0.39 | 0 | 0.14 | 207.74 | 0.74 | 0.49 |
| Hex | 21 | 85 | DB | 55 | 27 | 0 | E | D0 | 4A | 31 |
| Octal | 41 | 205 | 333 | 125 | 47 | 0 | 16 | 320 | 112 | 61 |
| Binary | 100001 | 10000101 | 11011011 | 1010101 | 100111 | 0 | 1110 | 11010000 | 1001010 | 110001 |
Color Harmonies of #2185DB
Complementary color
Monochromatic Colors of #2185DB
Black with #2185DB
Text Example
Text Example
White with #2185DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2185DB; }
p { color: rgb(33,133,219); }
H1.HeaderClassName
{
color: #2185DB;
}
.AnyTagClassName
{
color: #2185DB;
}
</style>
background-color css
<style>
a { background-color: #2185DB; }
a { background-color: rgb(33,133,219); }
div.DivClassName
{
background-color: #2185DB;
}
.BgClassName
{
background-color: #2185DB;
}
</style>
border-color css
<style>
span { border-color: #2185DB; }
span { border-color: rgb(33,133,219); }
td.TdClassName
{
border-color: #2185DB;
}
.TagClassName
{
border-color: #2185DB;
}
</style>