Shades of Dodger Blue #1983DB
Tints of Dodger Blue #1983DB
RGB
CMYK
RGB Variations
Color information
#1983DB (or 0x1983DB) is known color: Dodger Blue. HEX triplet: 19, 83 and DB. RGB value is (25,131,219). Sum of RGB (Red+Green+Blue) = 25+131+219=375 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.67% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #1983DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1983DB is #E67C24. Grayscale: #6C6C6C. Windows color (decimal): -15105061 or 14385945. OLE color: 14385945.
HSL color Cylindrical-coordinate representation of color #1983DB: hue angle of 207.22º 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 #1983DB is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 131 | 219 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.14 |
| HSL | 207.22º | 0.8% | 0.48% | - |
| HSV(B) | 207.22º | 0.89% | 0.86% | - |
| XYZ | 21.3 | 21.55 | 70.06 | - |
| YUV | 109.34 | 189.88 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 131 | 219 | 0.89 | 0.40 | 0 | 0.14 | 207.22 | 0.8 | 0.48 |
| Hex | 19 | 83 | DB | 59 | 28 | 0 | E | CF | 50 | 30 |
| Octal | 31 | 203 | 333 | 131 | 50 | 0 | 16 | 317 | 120 | 60 |
| Binary | 11001 | 10000011 | 11011011 | 1011001 | 101000 | 0 | 1110 | 11001111 | 1010000 | 110000 |
Color Harmonies of #1983DB
Complementary color
Monochromatic Colors of #1983DB
Black with #1983DB
Text Example
Text Example
White with #1983DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1983DB; }
p { color: rgb(25,131,219); }
H1.HeaderClassName
{
color: #1983DB;
}
.AnyTagClassName
{
color: #1983DB;
}
</style>
background-color css
<style>
a { background-color: #1983DB; }
a { background-color: rgb(25,131,219); }
div.DivClassName
{
background-color: #1983DB;
}
.BgClassName
{
background-color: #1983DB;
}
</style>
border-color css
<style>
span { border-color: #1983DB; }
span { border-color: rgb(25,131,219); }
td.TdClassName
{
border-color: #1983DB;
}
.TagClassName
{
border-color: #1983DB;
}
</style>