Shades of Dodger Blue #197EDE
Tints of Dodger Blue #197EDE
RGB
CMYK
RGB Variations
Color information
#197EDE (or 0x197EDE) is known color: Dodger Blue. HEX triplet: 19, 7E and DE. RGB value is (25,126,222). Sum of RGB (Red+Green+Blue) = 25+126+222=373 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.70% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 222 (87.11% from 255 or 59.52% from 373); Max value from RGB is 222 - color contains mainly: blue. Hex color #197EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197EDE is #E68121. Grayscale: #6A6A6A. Windows color (decimal): -15106338 or 14581273. OLE color: 14581273.
HSL color Cylindrical-coordinate representation of color #197EDE: hue angle of 209.24º 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 #197EDE is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 126 | 222 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.13 |
| HSL | 209.24º | 0.8% | 0.48% | - |
| HSV(B) | 209.24º | 0.89% | 0.87% | - |
| XYZ | 21.05 | 20.4 | 71.94 | - |
| YUV | 106.75 | 193.04 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 126 | 222 | 0.89 | 0.43 | 0 | 0.13 | 209.24 | 0.8 | 0.48 |
| Hex | 19 | 7E | DE | 59 | 2B | 0 | D | D1 | 50 | 30 |
| Octal | 31 | 176 | 336 | 131 | 53 | 0 | 15 | 321 | 120 | 60 |
| Binary | 11001 | 1111110 | 11011110 | 1011001 | 101011 | 0 | 1101 | 11010001 | 1010000 | 110000 |
Color Harmonies of #197EDE
Complementary color
Monochromatic Colors of #197EDE
Black with #197EDE
Text Example
Text Example
White with #197EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197EDE; }
p { color: rgb(25,126,222); }
H1.HeaderClassName
{
color: #197EDE;
}
.AnyTagClassName
{
color: #197EDE;
}
</style>
background-color css
<style>
a { background-color: #197EDE; }
a { background-color: rgb(25,126,222); }
div.DivClassName
{
background-color: #197EDE;
}
.BgClassName
{
background-color: #197EDE;
}
</style>
border-color css
<style>
span { border-color: #197EDE; }
span { border-color: rgb(25,126,222); }
td.TdClassName
{
border-color: #197EDE;
}
.TagClassName
{
border-color: #197EDE;
}
</style>