Shades of Dodger Blue #197CE7
Tints of Dodger Blue #197CE7
RGB
CMYK
RGB Variations
Color information
#197CE7 (or 0x197CE7) is known color: Dodger Blue. HEX triplet: 19, 7C and E7. RGB value is (25,124,231). Sum of RGB (Red+Green+Blue) = 25+124+231=380 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.58% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 231 (90.62% from 255 or 60.79% from 380); Max value from RGB is 231 - color contains mainly: blue. Hex color #197CE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197CE7 is #E68318. Grayscale: #6A6A6A. Windows color (decimal): -15106841 or 15170585. OLE color: 15170585.
HSL color Cylindrical-coordinate representation of color #197CE7: hue angle of 211.17º 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 #197CE7 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 124 | 231 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.09 |
| HSL | 211.17º | 0.81% | 0.5% | - |
| HSV(B) | 211.17º | 0.89% | 0.91% | - |
| XYZ | 22.03 | 20.39 | 78.38 | - |
| YUV | 106.6 | 198.2 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 231 | 0.89 | 0.46 | 0 | 0.09 | 211.17 | 0.81 | 0.5 |
| Hex | 19 | 7C | E7 | 59 | 2E | 0 | 9 | D3 | 51 | 32 |
| Octal | 31 | 174 | 347 | 131 | 56 | 0 | 11 | 323 | 121 | 62 |
| Binary | 11001 | 1111100 | 11100111 | 1011001 | 101110 | 0 | 1001 | 11010011 | 1010001 | 110010 |
Color Harmonies of #197CE7
Complementary color
Monochromatic Colors of #197CE7
Black with #197CE7
Text Example
Text Example
White with #197CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197CE7; }
p { color: rgb(25,124,231); }
H1.HeaderClassName
{
color: #197CE7;
}
.AnyTagClassName
{
color: #197CE7;
}
</style>
background-color css
<style>
a { background-color: #197CE7; }
a { background-color: rgb(25,124,231); }
div.DivClassName
{
background-color: #197CE7;
}
.BgClassName
{
background-color: #197CE7;
}
</style>
border-color css
<style>
span { border-color: #197CE7; }
span { border-color: rgb(25,124,231); }
td.TdClassName
{
border-color: #197CE7;
}
.TagClassName
{
border-color: #197CE7;
}
</style>