Shades of Dodger Blue #1988DC
Tints of Dodger Blue #1988DC
RGB
CMYK
RGB Variations
Color information
#1988DC (or 0x1988DC) is known color: Dodger Blue. HEX triplet: 19, 88 and DC. RGB value is (25,136,220). Sum of RGB (Red+Green+Blue) = 25+136+220=381 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.56% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #1988DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1988DC is #E67723. Grayscale: #6F6F6F. Windows color (decimal): -15103780 or 14452761. OLE color: 14452761.
HSL color Cylindrical-coordinate representation of color #1988DC: hue angle of 205.85º 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 #1988DC is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 136 | 220 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.14 |
| HSL | 205.85º | 0.8% | 0.48% | - |
| HSV(B) | 205.85º | 0.89% | 0.86% | - |
| XYZ | 22.12 | 22.98 | 70.98 | - |
| YUV | 112.39 | 188.73 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 136 | 220 | 0.89 | 0.38 | 0 | 0.14 | 205.85 | 0.8 | 0.48 |
| Hex | 19 | 88 | DC | 59 | 26 | 0 | E | CE | 50 | 30 |
| Octal | 31 | 210 | 334 | 131 | 46 | 0 | 16 | 316 | 120 | 60 |
| Binary | 11001 | 10001000 | 11011100 | 1011001 | 100110 | 0 | 1110 | 11001110 | 1010000 | 110000 |
Color Harmonies of #1988DC
Complementary color
Monochromatic Colors of #1988DC
Black with #1988DC
Text Example
Text Example
White with #1988DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1988DC; }
p { color: rgb(25,136,220); }
H1.HeaderClassName
{
color: #1988DC;
}
.AnyTagClassName
{
color: #1988DC;
}
</style>
background-color css
<style>
a { background-color: #1988DC; }
a { background-color: rgb(25,136,220); }
div.DivClassName
{
background-color: #1988DC;
}
.BgClassName
{
background-color: #1988DC;
}
</style>
border-color css
<style>
span { border-color: #1988DC; }
span { border-color: rgb(25,136,220); }
td.TdClassName
{
border-color: #1988DC;
}
.TagClassName
{
border-color: #1988DC;
}
</style>