Shades of Dodger Blue #197EED
Tints of Dodger Blue #197EED
RGB
CMYK
RGB Variations
Color information
#197EED (or 0x197EED) is known color: Dodger Blue. HEX triplet: 19, 7E and ED. RGB value is (25,126,237). Sum of RGB (Red+Green+Blue) = 25+126+237=388 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.44% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #197EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197EED is #E68112. Grayscale: #6B6B6B. Windows color (decimal): -15106323 or 15564313. OLE color: 15564313.
HSL color Cylindrical-coordinate representation of color #197EED: hue angle of 211.42º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197EED is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 126 | 237 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.07 |
| HSL | 211.42º | 0.85% | 0.51% | - |
| HSV(B) | 211.42º | 0.89% | 0.93% | - |
| XYZ | 23.15 | 21.24 | 83 | - |
| YUV | 108.46 | 200.54 | 68.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 126 | 237 | 0.89 | 0.47 | 0 | 0.07 | 211.42 | 0.85 | 0.51 |
| Hex | 19 | 7E | ED | 59 | 2F | 0 | 7 | D3 | 55 | 33 |
| Octal | 31 | 176 | 355 | 131 | 57 | 0 | 7 | 323 | 125 | 63 |
| Binary | 11001 | 1111110 | 11101101 | 1011001 | 101111 | 0 | 111 | 11010011 | 1010101 | 110011 |
Color Harmonies of #197EED
Complementary color
Monochromatic Colors of #197EED
Black with #197EED
Text Example
Text Example
White with #197EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197EED; }
p { color: rgb(25,126,237); }
H1.HeaderClassName
{
color: #197EED;
}
.AnyTagClassName
{
color: #197EED;
}
</style>
background-color css
<style>
a { background-color: #197EED; }
a { background-color: rgb(25,126,237); }
div.DivClassName
{
background-color: #197EED;
}
.BgClassName
{
background-color: #197EED;
}
</style>
border-color css
<style>
span { border-color: #197EED; }
span { border-color: rgb(25,126,237); }
td.TdClassName
{
border-color: #197EED;
}
.TagClassName
{
border-color: #197EED;
}
</style>