Shades of Dodger Blue #197EE4
Tints of Dodger Blue #197EE4
RGB
CMYK
RGB Variations
Color information
#197EE4 (or 0x197EE4) is known color: Dodger Blue. HEX triplet: 19, 7E and E4. RGB value is (25,126,228). Sum of RGB (Red+Green+Blue) = 25+126+228=379 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.60% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 228 (89.45% from 255 or 60.16% from 379); Max value from RGB is 228 - color contains mainly: blue. Hex color #197EE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197EE4 is #E6811B. Grayscale: #6A6A6A. Windows color (decimal): -15106332 or 14974489. OLE color: 14974489.
HSL color Cylindrical-coordinate representation of color #197EE4: hue angle of 210.15º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197EE4 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 126 | 228 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.11 |
| HSL | 210.15º | 0.8% | 0.5% | - |
| HSV(B) | 210.15º | 0.89% | 0.89% | - |
| XYZ | 21.87 | 20.73 | 76.25 | - |
| YUV | 107.43 | 196.04 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 126 | 228 | 0.89 | 0.45 | 0 | 0.11 | 210.15 | 0.8 | 0.5 |
| Hex | 19 | 7E | E4 | 59 | 2D | 0 | B | D2 | 50 | 32 |
| Octal | 31 | 176 | 344 | 131 | 55 | 0 | 13 | 322 | 120 | 62 |
| Binary | 11001 | 1111110 | 11100100 | 1011001 | 101101 | 0 | 1011 | 11010010 | 1010000 | 110010 |
Color Harmonies of #197EE4
Complementary color
Monochromatic Colors of #197EE4
Black with #197EE4
Text Example
Text Example
White with #197EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197EE4; }
p { color: rgb(25,126,228); }
H1.HeaderClassName
{
color: #197EE4;
}
.AnyTagClassName
{
color: #197EE4;
}
</style>
background-color css
<style>
a { background-color: #197EE4; }
a { background-color: rgb(25,126,228); }
div.DivClassName
{
background-color: #197EE4;
}
.BgClassName
{
background-color: #197EE4;
}
</style>
border-color css
<style>
span { border-color: #197EE4; }
span { border-color: rgb(25,126,228); }
td.TdClassName
{
border-color: #197EE4;
}
.TagClassName
{
border-color: #197EE4;
}
</style>