Shades of Dodger Blue #1993DB
Tints of Dodger Blue #1993DB
RGB
CMYK
RGB Variations
Color information
#1993DB (or 0x1993DB) is known color: Dodger Blue. HEX triplet: 19, 93 and DB. RGB value is (25,147,219). Sum of RGB (Red+Green+Blue) = 25+147+219=391 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.39% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #1993DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1993DB is #E66C24. Grayscale: #767676. Windows color (decimal): -15100965 or 14390041. OLE color: 14390041.
HSL color Cylindrical-coordinate representation of color #1993DB: hue angle of 202.27º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1993DB is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 147 | 219 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.14 |
| HSL | 202.27º | 0.8% | 0.48% | - |
| HSV(B) | 202.27º | 0.89% | 0.86% | - |
| XYZ | 23.62 | 26.19 | 70.83 | - |
| YUV | 118.73 | 184.58 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 147 | 219 | 0.89 | 0.33 | 0 | 0.14 | 202.27 | 0.8 | 0.48 |
| Hex | 19 | 93 | DB | 59 | 21 | 0 | E | CA | 50 | 30 |
| Octal | 31 | 223 | 333 | 131 | 41 | 0 | 16 | 312 | 120 | 60 |
| Binary | 11001 | 10010011 | 11011011 | 1011001 | 100001 | 0 | 1110 | 11001010 | 1010000 | 110000 |
Color Harmonies of #1993DB
Complementary color
Monochromatic Colors of #1993DB
Black with #1993DB
Text Example
Text Example
White with #1993DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1993DB; }
p { color: rgb(25,147,219); }
H1.HeaderClassName
{
color: #1993DB;
}
.AnyTagClassName
{
color: #1993DB;
}
</style>
background-color css
<style>
a { background-color: #1993DB; }
a { background-color: rgb(25,147,219); }
div.DivClassName
{
background-color: #1993DB;
}
.BgClassName
{
background-color: #1993DB;
}
</style>
border-color css
<style>
span { border-color: #1993DB; }
span { border-color: rgb(25,147,219); }
td.TdClassName
{
border-color: #1993DB;
}
.TagClassName
{
border-color: #1993DB;
}
</style>