Shades of Dodger Blue #1983DD
Tints of Dodger Blue #1983DD
RGB
CMYK
RGB Variations
Color information
#1983DD (or 0x1983DD) is known color: Dodger Blue. HEX triplet: 19, 83 and DD. RGB value is (25,131,221). Sum of RGB (Red+Green+Blue) = 25+131+221=377 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.63% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #1983DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1983DD is #E67C22. Grayscale: #6D6D6D. Windows color (decimal): -15105059 or 14517017. OLE color: 14517017.
HSL color Cylindrical-coordinate representation of color #1983DD: hue angle of 207.55º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1983DD is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 131 | 221 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.13 |
| HSL | 207.55º | 0.8% | 0.48% | - |
| HSV(B) | 207.55º | 0.89% | 0.87% | - |
| XYZ | 21.57 | 21.66 | 71.45 | - |
| YUV | 109.57 | 190.88 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 131 | 221 | 0.89 | 0.41 | 0 | 0.13 | 207.55 | 0.8 | 0.48 |
| Hex | 19 | 83 | DD | 59 | 29 | 0 | D | D0 | 50 | 30 |
| Octal | 31 | 203 | 335 | 131 | 51 | 0 | 15 | 320 | 120 | 60 |
| Binary | 11001 | 10000011 | 11011101 | 1011001 | 101001 | 0 | 1101 | 11010000 | 1010000 | 110000 |
Color Harmonies of #1983DD
Complementary color
Monochromatic Colors of #1983DD
Black with #1983DD
Text Example
Text Example
White with #1983DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1983DD; }
p { color: rgb(25,131,221); }
H1.HeaderClassName
{
color: #1983DD;
}
.AnyTagClassName
{
color: #1983DD;
}
</style>
background-color css
<style>
a { background-color: #1983DD; }
a { background-color: rgb(25,131,221); }
div.DivClassName
{
background-color: #1983DD;
}
.BgClassName
{
background-color: #1983DD;
}
</style>
border-color css
<style>
span { border-color: #1983DD; }
span { border-color: rgb(25,131,221); }
td.TdClassName
{
border-color: #1983DD;
}
.TagClassName
{
border-color: #1983DD;
}
</style>