Shades of Dodger Blue #197EE7
Tints of Dodger Blue #197EE7
RGB
CMYK
RGB Variations
Color information
#197EE7 (or 0x197EE7) is known color: Dodger Blue. HEX triplet: 19, 7E and E7. RGB value is (25,126,231). Sum of RGB (Red+Green+Blue) = 25+126+231=382 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.54% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 231 (90.62% from 255 or 60.47% from 382); Max value from RGB is 231 - color contains mainly: blue. Hex color #197EE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197EE7 is #E68118. Grayscale: #6B6B6B. Windows color (decimal): -15106329 or 15171097. OLE color: 15171097.
HSL color Cylindrical-coordinate representation of color #197EE7: hue angle of 210.58º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197EE7 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 126 | 231 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.09 |
| HSL | 210.58º | 0.81% | 0.5% | - |
| HSV(B) | 210.58º | 0.89% | 0.91% | - |
| XYZ | 22.29 | 20.9 | 78.46 | - |
| YUV | 107.77 | 197.54 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 126 | 231 | 0.89 | 0.45 | 0 | 0.09 | 210.58 | 0.81 | 0.5 |
| Hex | 19 | 7E | E7 | 59 | 2D | 0 | 9 | D3 | 51 | 32 |
| Octal | 31 | 176 | 347 | 131 | 55 | 0 | 11 | 323 | 121 | 62 |
| Binary | 11001 | 1111110 | 11100111 | 1011001 | 101101 | 0 | 1001 | 11010011 | 1010001 | 110010 |
Color Harmonies of #197EE7
Complementary color
Monochromatic Colors of #197EE7
Black with #197EE7
Text Example
Text Example
White with #197EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197EE7; }
p { color: rgb(25,126,231); }
H1.HeaderClassName
{
color: #197EE7;
}
.AnyTagClassName
{
color: #197EE7;
}
</style>
background-color css
<style>
a { background-color: #197EE7; }
a { background-color: rgb(25,126,231); }
div.DivClassName
{
background-color: #197EE7;
}
.BgClassName
{
background-color: #197EE7;
}
</style>
border-color css
<style>
span { border-color: #197EE7; }
span { border-color: rgb(25,126,231); }
td.TdClassName
{
border-color: #197EE7;
}
.TagClassName
{
border-color: #197EE7;
}
</style>