Shades of Dodger Blue #1989DB
Tints of Dodger Blue #1989DB
RGB
CMYK
RGB Variations
Color information
#1989DB (or 0x1989DB) is known color: Dodger Blue. HEX triplet: 19, 89 and DB. RGB value is (25,137,219). Sum of RGB (Red+Green+Blue) = 25+137+219=381 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.56% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #1989DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1989DB is #E67624. Grayscale: #707070. Windows color (decimal): -15103525 or 14387481. OLE color: 14387481.
HSL color Cylindrical-coordinate representation of color #1989DB: hue angle of 205.36º 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 #1989DB is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 137 | 219 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.14 |
| HSL | 205.36º | 0.8% | 0.48% | - |
| HSV(B) | 205.36º | 0.89% | 0.86% | - |
| XYZ | 22.13 | 23.21 | 70.33 | - |
| YUV | 112.86 | 187.89 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 137 | 219 | 0.89 | 0.37 | 0 | 0.14 | 205.36 | 0.8 | 0.48 |
| Hex | 19 | 89 | DB | 59 | 25 | 0 | E | CD | 50 | 30 |
| Octal | 31 | 211 | 333 | 131 | 45 | 0 | 16 | 315 | 120 | 60 |
| Binary | 11001 | 10001001 | 11011011 | 1011001 | 100101 | 0 | 1110 | 11001101 | 1010000 | 110000 |
Color Harmonies of #1989DB
Complementary color
Monochromatic Colors of #1989DB
Black with #1989DB
Text Example
Text Example
White with #1989DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1989DB; }
p { color: rgb(25,137,219); }
H1.HeaderClassName
{
color: #1989DB;
}
.AnyTagClassName
{
color: #1989DB;
}
</style>
background-color css
<style>
a { background-color: #1989DB; }
a { background-color: rgb(25,137,219); }
div.DivClassName
{
background-color: #1989DB;
}
.BgClassName
{
background-color: #1989DB;
}
</style>
border-color css
<style>
span { border-color: #1989DB; }
span { border-color: rgb(25,137,219); }
td.TdClassName
{
border-color: #1989DB;
}
.TagClassName
{
border-color: #1989DB;
}
</style>