Shades of Dodger Blue #197EEB
Tints of Dodger Blue #197EEB
RGB
CMYK
RGB Variations
Color information
#197EEB (or 0x197EEB) is known color: Dodger Blue. HEX triplet: 19, 7E and EB. RGB value is (25,126,235). Sum of RGB (Red+Green+Blue) = 25+126+235=386 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.48% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #197EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197EEB is #E68114. Grayscale: #6B6B6B. Windows color (decimal): -15106325 or 15433241. OLE color: 15433241.
HSL color Cylindrical-coordinate representation of color #197EEB: hue angle of 211.14º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197EEB is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 126 | 235 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.08 |
| HSL | 211.14º | 0.84% | 0.51% | - |
| HSV(B) | 211.14º | 0.89% | 0.92% | - |
| XYZ | 22.86 | 21.13 | 81.47 | - |
| YUV | 108.23 | 199.54 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 126 | 235 | 0.89 | 0.46 | 0 | 0.08 | 211.14 | 0.84 | 0.51 |
| Hex | 19 | 7E | EB | 59 | 2E | 0 | 8 | D3 | 54 | 33 |
| Octal | 31 | 176 | 353 | 131 | 56 | 0 | 10 | 323 | 124 | 63 |
| Binary | 11001 | 1111110 | 11101011 | 1011001 | 101110 | 0 | 1000 | 11010011 | 1010100 | 110011 |
Color Harmonies of #197EEB
Complementary color
Monochromatic Colors of #197EEB
Black with #197EEB
Text Example
Text Example
White with #197EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197EEB; }
p { color: rgb(25,126,235); }
H1.HeaderClassName
{
color: #197EEB;
}
.AnyTagClassName
{
color: #197EEB;
}
</style>
background-color css
<style>
a { background-color: #197EEB; }
a { background-color: rgb(25,126,235); }
div.DivClassName
{
background-color: #197EEB;
}
.BgClassName
{
background-color: #197EEB;
}
</style>
border-color css
<style>
span { border-color: #197EEB; }
span { border-color: rgb(25,126,235); }
td.TdClassName
{
border-color: #197EEB;
}
.TagClassName
{
border-color: #197EEB;
}
</style>