Shades of Dodger Blue #1982DD
Tints of Dodger Blue #1982DD
RGB
CMYK
RGB Variations
Color information
#1982DD (or 0x1982DD) is known color: Dodger Blue. HEX triplet: 19, 82 and DD. RGB value is (25,130,221). Sum of RGB (Red+Green+Blue) = 25+130+221=376 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.65% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #1982DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1982DD is #E67D22. Grayscale: #6C6C6C. Windows color (decimal): -15105315 or 14516761. OLE color: 14516761.
HSL color Cylindrical-coordinate representation of color #1982DD: hue angle of 207.86º 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 #1982DD is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 130 | 221 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.13 |
| HSL | 207.86º | 0.8% | 0.48% | - |
| HSV(B) | 207.86º | 0.89% | 0.87% | - |
| XYZ | 21.43 | 21.39 | 71.41 | - |
| YUV | 108.98 | 191.21 | 68.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 221 | 0.89 | 0.41 | 0 | 0.13 | 207.86 | 0.8 | 0.48 |
| Hex | 19 | 82 | DD | 59 | 29 | 0 | D | D0 | 50 | 30 |
| Octal | 31 | 202 | 335 | 131 | 51 | 0 | 15 | 320 | 120 | 60 |
| Binary | 11001 | 10000010 | 11011101 | 1011001 | 101001 | 0 | 1101 | 11010000 | 1010000 | 110000 |
Color Harmonies of #1982DD
Complementary color
Monochromatic Colors of #1982DD
Black with #1982DD
Text Example
Text Example
White with #1982DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1982DD; }
p { color: rgb(25,130,221); }
H1.HeaderClassName
{
color: #1982DD;
}
.AnyTagClassName
{
color: #1982DD;
}
</style>
background-color css
<style>
a { background-color: #1982DD; }
a { background-color: rgb(25,130,221); }
div.DivClassName
{
background-color: #1982DD;
}
.BgClassName
{
background-color: #1982DD;
}
</style>
border-color css
<style>
span { border-color: #1982DD; }
span { border-color: rgb(25,130,221); }
td.TdClassName
{
border-color: #1982DD;
}
.TagClassName
{
border-color: #1982DD;
}
</style>