Shades of Dodger Blue #1997DE
Tints of Dodger Blue #1997DE
RGB
CMYK
RGB Variations
Color information
#1997DE (or 0x1997DE) is known color: Dodger Blue. HEX triplet: 19, 97 and DE. RGB value is (25,151,222). Sum of RGB (Red+Green+Blue) = 25+151+222=398 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.28% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #1997DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1997DE is #E66821. Grayscale: #797979. Windows color (decimal): -15099938 or 14587673. OLE color: 14587673.
HSL color Cylindrical-coordinate representation of color #1997DE: hue angle of 201.62º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1997DE is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 151 | 222 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.13 |
| HSL | 201.62º | 0.8% | 0.48% | - |
| HSV(B) | 201.62º | 0.89% | 0.87% | - |
| XYZ | 24.65 | 27.61 | 73.14 | - |
| YUV | 121.42 | 184.76 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 151 | 222 | 0.89 | 0.32 | 0 | 0.13 | 201.62 | 0.8 | 0.48 |
| Hex | 19 | 97 | DE | 59 | 20 | 0 | D | CA | 50 | 30 |
| Octal | 31 | 227 | 336 | 131 | 40 | 0 | 15 | 312 | 120 | 60 |
| Binary | 11001 | 10010111 | 11011110 | 1011001 | 100000 | 0 | 1101 | 11001010 | 1010000 | 110000 |
Color Harmonies of #1997DE
Complementary color
Monochromatic Colors of #1997DE
Black with #1997DE
Text Example
Text Example
White with #1997DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1997DE; }
p { color: rgb(25,151,222); }
H1.HeaderClassName
{
color: #1997DE;
}
.AnyTagClassName
{
color: #1997DE;
}
</style>
background-color css
<style>
a { background-color: #1997DE; }
a { background-color: rgb(25,151,222); }
div.DivClassName
{
background-color: #1997DE;
}
.BgClassName
{
background-color: #1997DE;
}
</style>
border-color css
<style>
span { border-color: #1997DE; }
span { border-color: rgb(25,151,222); }
td.TdClassName
{
border-color: #1997DE;
}
.TagClassName
{
border-color: #1997DE;
}
</style>