Shades of Dodger Blue #197CE4
Tints of Dodger Blue #197CE4
RGB
CMYK
RGB Variations
Color information
#197CE4 (or 0x197CE4) is known color: Dodger Blue. HEX triplet: 19, 7C and E4. RGB value is (25,124,228). Sum of RGB (Red+Green+Blue) = 25+124+228=377 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.63% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 228 (89.45% from 255 or 60.48% from 377); Max value from RGB is 228 - color contains mainly: blue. Hex color #197CE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197CE4 is #E6831B. Grayscale: #696969. Windows color (decimal): -15106844 or 14973977. OLE color: 14973977.
HSL color Cylindrical-coordinate representation of color #197CE4: hue angle of 210.74º 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 #197CE4 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 124 | 228 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.11 |
| HSL | 210.74º | 0.8% | 0.5% | - |
| HSV(B) | 210.74º | 0.89% | 0.89% | - |
| XYZ | 21.61 | 20.22 | 76.16 | - |
| YUV | 106.26 | 196.7 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 228 | 0.89 | 0.46 | 0 | 0.11 | 210.74 | 0.8 | 0.5 |
| Hex | 19 | 7C | E4 | 59 | 2E | 0 | B | D3 | 50 | 32 |
| Octal | 31 | 174 | 344 | 131 | 56 | 0 | 13 | 323 | 120 | 62 |
| Binary | 11001 | 1111100 | 11100100 | 1011001 | 101110 | 0 | 1011 | 11010011 | 1010000 | 110010 |
Color Harmonies of #197CE4
Complementary color
Monochromatic Colors of #197CE4
Black with #197CE4
Text Example
Text Example
White with #197CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197CE4; }
p { color: rgb(25,124,228); }
H1.HeaderClassName
{
color: #197CE4;
}
.AnyTagClassName
{
color: #197CE4;
}
</style>
background-color css
<style>
a { background-color: #197CE4; }
a { background-color: rgb(25,124,228); }
div.DivClassName
{
background-color: #197CE4;
}
.BgClassName
{
background-color: #197CE4;
}
</style>
border-color css
<style>
span { border-color: #197CE4; }
span { border-color: rgb(25,124,228); }
td.TdClassName
{
border-color: #197CE4;
}
.TagClassName
{
border-color: #197CE4;
}
</style>