Shades of Dodger Blue #197DE2
Tints of Dodger Blue #197DE2
RGB
CMYK
RGB Variations
Color information
#197DE2 (or 0x197DE2) is known color: Dodger Blue. HEX triplet: 19, 7D and E2. RGB value is (25,125,226). Sum of RGB (Red+Green+Blue) = 25+125+226=376 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.65% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 226 (88.67% from 255 or 60.11% from 376); Max value from RGB is 226 - color contains mainly: blue. Hex color #197DE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197DE2 is #E6821D. Grayscale: #6A6A6A. Windows color (decimal): -15106590 or 14843161. OLE color: 14843161.
HSL color Cylindrical-coordinate representation of color #197DE2: hue angle of 210.15º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197DE2 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 125 | 226 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.11 |
| HSL | 210.15º | 0.8% | 0.49% | - |
| HSV(B) | 210.15º | 0.89% | 0.89% | - |
| XYZ | 21.46 | 20.36 | 74.75 | - |
| YUV | 106.61 | 195.37 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 226 | 0.89 | 0.45 | 0 | 0.11 | 210.15 | 0.8 | 0.49 |
| Hex | 19 | 7D | E2 | 59 | 2D | 0 | B | D2 | 50 | 31 |
| Octal | 31 | 175 | 342 | 131 | 55 | 0 | 13 | 322 | 120 | 61 |
| Binary | 11001 | 1111101 | 11100010 | 1011001 | 101101 | 0 | 1011 | 11010010 | 1010000 | 110001 |
Color Harmonies of #197DE2
Complementary color
Monochromatic Colors of #197DE2
Black with #197DE2
Text Example
Text Example
White with #197DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197DE2; }
p { color: rgb(25,125,226); }
H1.HeaderClassName
{
color: #197DE2;
}
.AnyTagClassName
{
color: #197DE2;
}
</style>
background-color css
<style>
a { background-color: #197DE2; }
a { background-color: rgb(25,125,226); }
div.DivClassName
{
background-color: #197DE2;
}
.BgClassName
{
background-color: #197DE2;
}
</style>
border-color css
<style>
span { border-color: #197DE2; }
span { border-color: rgb(25,125,226); }
td.TdClassName
{
border-color: #197DE2;
}
.TagClassName
{
border-color: #197DE2;
}
</style>