Shades of Dodger Blue #1988DF
Tints of Dodger Blue #1988DF
RGB
CMYK
RGB Variations
Color information
#1988DF (or 0x1988DF) is known color: Dodger Blue. HEX triplet: 19, 88 and DF. RGB value is (25,136,223). Sum of RGB (Red+Green+Blue) = 25+136+223=384 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.51% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #1988DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1988DF is #E67720. Grayscale: #707070. Windows color (decimal): -15103777 or 14649369. OLE color: 14649369.
HSL color Cylindrical-coordinate representation of color #1988DF: hue angle of 206.36º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1988DF is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 136 | 223 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.13 |
| HSL | 206.36º | 0.8% | 0.49% | - |
| HSV(B) | 206.36º | 0.89% | 0.87% | - |
| XYZ | 22.52 | 23.14 | 73.09 | - |
| YUV | 112.73 | 190.23 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 136 | 223 | 0.89 | 0.39 | 0 | 0.13 | 206.36 | 0.8 | 0.49 |
| Hex | 19 | 88 | DF | 59 | 27 | 0 | D | CE | 50 | 31 |
| Octal | 31 | 210 | 337 | 131 | 47 | 0 | 15 | 316 | 120 | 61 |
| Binary | 11001 | 10001000 | 11011111 | 1011001 | 100111 | 0 | 1101 | 11001110 | 1010000 | 110001 |
Color Harmonies of #1988DF
Complementary color
Monochromatic Colors of #1988DF
Black with #1988DF
Text Example
Text Example
White with #1988DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1988DF; }
p { color: rgb(25,136,223); }
H1.HeaderClassName
{
color: #1988DF;
}
.AnyTagClassName
{
color: #1988DF;
}
</style>
background-color css
<style>
a { background-color: #1988DF; }
a { background-color: rgb(25,136,223); }
div.DivClassName
{
background-color: #1988DF;
}
.BgClassName
{
background-color: #1988DF;
}
</style>
border-color css
<style>
span { border-color: #1988DF; }
span { border-color: rgb(25,136,223); }
td.TdClassName
{
border-color: #1988DF;
}
.TagClassName
{
border-color: #1988DF;
}
</style>