Shades of Dodger Blue #1984DF
Tints of Dodger Blue #1984DF
RGB
CMYK
RGB Variations
Color information
#1984DF (or 0x1984DF) is known color: Dodger Blue. HEX triplet: 19, 84 and DF. RGB value is (25,132,223). Sum of RGB (Red+Green+Blue) = 25+132+223=380 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.58% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #1984DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1984DF is #E67B20. Grayscale: #6D6D6D. Windows color (decimal): -15104801 or 14648345. OLE color: 14648345.
HSL color Cylindrical-coordinate representation of color #1984DF: hue angle of 207.58º 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 #1984DF is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 132 | 223 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.13 |
| HSL | 207.58º | 0.8% | 0.49% | - |
| HSV(B) | 207.58º | 0.89% | 0.87% | - |
| XYZ | 21.97 | 22.04 | 72.91 | - |
| YUV | 110.38 | 191.55 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 132 | 223 | 0.89 | 0.41 | 0 | 0.13 | 207.58 | 0.8 | 0.49 |
| Hex | 19 | 84 | DF | 59 | 29 | 0 | D | D0 | 50 | 31 |
| Octal | 31 | 204 | 337 | 131 | 51 | 0 | 15 | 320 | 120 | 61 |
| Binary | 11001 | 10000100 | 11011111 | 1011001 | 101001 | 0 | 1101 | 11010000 | 1010000 | 110001 |
Color Harmonies of #1984DF
Complementary color
Monochromatic Colors of #1984DF
Black with #1984DF
Text Example
Text Example
White with #1984DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1984DF; }
p { color: rgb(25,132,223); }
H1.HeaderClassName
{
color: #1984DF;
}
.AnyTagClassName
{
color: #1984DF;
}
</style>
background-color css
<style>
a { background-color: #1984DF; }
a { background-color: rgb(25,132,223); }
div.DivClassName
{
background-color: #1984DF;
}
.BgClassName
{
background-color: #1984DF;
}
</style>
border-color css
<style>
span { border-color: #1984DF; }
span { border-color: rgb(25,132,223); }
td.TdClassName
{
border-color: #1984DF;
}
.TagClassName
{
border-color: #1984DF;
}
</style>