Shades of Dodger Blue #197EE5
Tints of Dodger Blue #197EE5
RGB
CMYK
RGB Variations
Color information
#197EE5 (or 0x197EE5) is known color: Dodger Blue. HEX triplet: 19, 7E and E5. RGB value is (25,126,229). Sum of RGB (Red+Green+Blue) = 25+126+229=380 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.58% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 229 (89.84% from 255 or 60.26% from 380); Max value from RGB is 229 - color contains mainly: blue. Hex color #197EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197EE5 is #E6811A. Grayscale: #6B6B6B. Windows color (decimal): -15106331 or 15040025. OLE color: 15040025.
HSL color Cylindrical-coordinate representation of color #197EE5: hue angle of 210.29º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197EE5 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 25 | 126 | 229 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.10 |
| HSL | 210.29º | 0.8% | 0.5% | - |
| HSV(B) | 210.29º | 0.89% | 0.9% | - |
| XYZ | 22 | 20.79 | 76.98 | - |
| YUV | 107.54 | 196.54 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 126 | 229 | 0.89 | 0.45 | 0 | 0.10 | 210.29 | 0.8 | 0.5 |
| Hex | 19 | 7E | E5 | 59 | 2D | 0 | A | D2 | 50 | 32 |
| Octal | 31 | 176 | 345 | 131 | 55 | 0 | 12 | 322 | 120 | 62 |
| Binary | 11001 | 1111110 | 11100101 | 1011001 | 101101 | 0 | 1010 | 11010010 | 1010000 | 110010 |
Color Harmonies of #197EE5
Complementary color
Monochromatic Colors of #197EE5
Black with #197EE5
Text Example
Text Example
White with #197EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197EE5; }
p { color: rgb(25,126,229); }
H1.HeaderClassName
{
color: #197EE5;
}
.AnyTagClassName
{
color: #197EE5;
}
</style>
background-color css
<style>
a { background-color: #197EE5; }
a { background-color: rgb(25,126,229); }
div.DivClassName
{
background-color: #197EE5;
}
.BgClassName
{
background-color: #197EE5;
}
</style>
border-color css
<style>
span { border-color: #197EE5; }
span { border-color: rgb(25,126,229); }
td.TdClassName
{
border-color: #197EE5;
}
.TagClassName
{
border-color: #197EE5;
}
</style>