Shades of Dodger Blue #1985DF
Tints of Dodger Blue #1985DF
RGB
CMYK
RGB Variations
Color information
#1985DF (or 0x1985DF) is known color: Dodger Blue. HEX triplet: 19, 85 and DF. RGB value is (25,133,223). Sum of RGB (Red+Green+Blue) = 25+133+223=381 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.56% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #1985DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1985DF is #E67A20. Grayscale: #6E6E6E. Windows color (decimal): -15104545 or 14648601. OLE color: 14648601.
HSL color Cylindrical-coordinate representation of color #1985DF: hue angle of 207.27º 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 #1985DF is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 133 | 223 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.13 |
| HSL | 207.27º | 0.8% | 0.49% | - |
| HSV(B) | 207.27º | 0.89% | 0.87% | - |
| XYZ | 22.11 | 22.31 | 72.95 | - |
| YUV | 110.97 | 191.22 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 223 | 0.89 | 0.40 | 0 | 0.13 | 207.27 | 0.8 | 0.49 |
| Hex | 19 | 85 | DF | 59 | 28 | 0 | D | CF | 50 | 31 |
| Octal | 31 | 205 | 337 | 131 | 50 | 0 | 15 | 317 | 120 | 61 |
| Binary | 11001 | 10000101 | 11011111 | 1011001 | 101000 | 0 | 1101 | 11001111 | 1010000 | 110001 |
Color Harmonies of #1985DF
Complementary color
Monochromatic Colors of #1985DF
Black with #1985DF
Text Example
Text Example
White with #1985DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1985DF; }
p { color: rgb(25,133,223); }
H1.HeaderClassName
{
color: #1985DF;
}
.AnyTagClassName
{
color: #1985DF;
}
</style>
background-color css
<style>
a { background-color: #1985DF; }
a { background-color: rgb(25,133,223); }
div.DivClassName
{
background-color: #1985DF;
}
.BgClassName
{
background-color: #1985DF;
}
</style>
border-color css
<style>
span { border-color: #1985DF; }
span { border-color: rgb(25,133,223); }
td.TdClassName
{
border-color: #1985DF;
}
.TagClassName
{
border-color: #1985DF;
}
</style>