Shades of Dodger Blue #2093DB
Tints of Dodger Blue #2093DB
RGB
CMYK
RGB Variations
Color information
#2093DB (or 0x2093DB) is known color: Dodger Blue. HEX triplet: 20, 93 and DB. RGB value is (32,147,219). Sum of RGB (Red+Green+Blue) = 32+147+219=398 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.04% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #2093DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2093DB is #DF6C24. Grayscale: #787878. Windows color (decimal): -14642213 or 14390048. OLE color: 14390048.
HSL color Cylindrical-coordinate representation of color #2093DB: hue angle of 203.1º degrees, saturation: 0.75, 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 #2093DB is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 147 | 219 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.14 |
| HSL | 203.1º | 0.75% | 0.49% | - |
| HSV(B) | 203.1º | 0.85% | 0.86% | - |
| XYZ | 23.82 | 26.29 | 70.84 | - |
| YUV | 120.82 | 183.4 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 147 | 219 | 0.85 | 0.33 | 0 | 0.14 | 203.1 | 0.75 | 0.49 |
| Hex | 20 | 93 | DB | 55 | 21 | 0 | E | CB | 4B | 31 |
| Octal | 40 | 223 | 333 | 125 | 41 | 0 | 16 | 313 | 113 | 61 |
| Binary | 100000 | 10010011 | 11011011 | 1010101 | 100001 | 0 | 1110 | 11001011 | 1001011 | 110001 |
Color Harmonies of #2093DB
Complementary color
Monochromatic Colors of #2093DB
Black with #2093DB
Text Example
Text Example
White with #2093DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2093DB; }
p { color: rgb(32,147,219); }
H1.HeaderClassName
{
color: #2093DB;
}
.AnyTagClassName
{
color: #2093DB;
}
</style>
background-color css
<style>
a { background-color: #2093DB; }
a { background-color: rgb(32,147,219); }
div.DivClassName
{
background-color: #2093DB;
}
.BgClassName
{
background-color: #2093DB;
}
</style>
border-color css
<style>
span { border-color: #2093DB; }
span { border-color: rgb(32,147,219); }
td.TdClassName
{
border-color: #2093DB;
}
.TagClassName
{
border-color: #2093DB;
}
</style>