Shades of Dodger Blue #1990DF
Tints of Dodger Blue #1990DF
RGB
CMYK
RGB Variations
Color information
#1990DF (or 0x1990DF) is known color: Dodger Blue. HEX triplet: 19, 90 and DF. RGB value is (25,144,223). Sum of RGB (Red+Green+Blue) = 25+144+223=392 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.38% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #1990DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1990DF is #E66F20. Grayscale: #747474. Windows color (decimal): -15101729 or 14651417. OLE color: 14651417.
HSL color Cylindrical-coordinate representation of color #1990DF: hue angle of 203.94º 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 #1990DF is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 144 | 223 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.13 |
| HSL | 203.94º | 0.8% | 0.49% | - |
| HSV(B) | 203.94º | 0.89% | 0.87% | - |
| XYZ | 23.69 | 25.48 | 73.48 | - |
| YUV | 117.43 | 187.58 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 144 | 223 | 0.89 | 0.35 | 0 | 0.13 | 203.94 | 0.8 | 0.49 |
| Hex | 19 | 90 | DF | 59 | 23 | 0 | D | CC | 50 | 31 |
| Octal | 31 | 220 | 337 | 131 | 43 | 0 | 15 | 314 | 120 | 61 |
| Binary | 11001 | 10010000 | 11011111 | 1011001 | 100011 | 0 | 1101 | 11001100 | 1010000 | 110001 |
Color Harmonies of #1990DF
Complementary color
Monochromatic Colors of #1990DF
Black with #1990DF
Text Example
Text Example
White with #1990DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1990DF; }
p { color: rgb(25,144,223); }
H1.HeaderClassName
{
color: #1990DF;
}
.AnyTagClassName
{
color: #1990DF;
}
</style>
background-color css
<style>
a { background-color: #1990DF; }
a { background-color: rgb(25,144,223); }
div.DivClassName
{
background-color: #1990DF;
}
.BgClassName
{
background-color: #1990DF;
}
</style>
border-color css
<style>
span { border-color: #1990DF; }
span { border-color: rgb(25,144,223); }
td.TdClassName
{
border-color: #1990DF;
}
.TagClassName
{
border-color: #1990DF;
}
</style>