Shades of Dodger Blue #197CE5
Tints of Dodger Blue #197CE5
RGB
CMYK
RGB Variations
Color information
#197CE5 (or 0x197CE5) is known color: Dodger Blue. HEX triplet: 19, 7C and E5. RGB value is (25,124,229). Sum of RGB (Red+Green+Blue) = 25+124+229=378 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.61% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 229 (89.84% from 255 or 60.58% from 378); Max value from RGB is 229 - color contains mainly: blue. Hex color #197CE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197CE5 is #E6831A. Grayscale: #696969. Windows color (decimal): -15106843 or 15039513. OLE color: 15039513.
HSL color Cylindrical-coordinate representation of color #197CE5: hue angle of 210.88º 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 #197CE5 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 25 | 124 | 229 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.10 |
| HSL | 210.88º | 0.8% | 0.5% | - |
| HSV(B) | 210.88º | 0.89% | 0.9% | - |
| XYZ | 21.75 | 20.28 | 76.9 | - |
| YUV | 106.37 | 197.2 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 229 | 0.89 | 0.46 | 0 | 0.10 | 210.88 | 0.8 | 0.5 |
| Hex | 19 | 7C | E5 | 59 | 2E | 0 | A | D3 | 50 | 32 |
| Octal | 31 | 174 | 345 | 131 | 56 | 0 | 12 | 323 | 120 | 62 |
| Binary | 11001 | 1111100 | 11100101 | 1011001 | 101110 | 0 | 1010 | 11010011 | 1010000 | 110010 |
Color Harmonies of #197CE5
Complementary color
Monochromatic Colors of #197CE5
Black with #197CE5
Text Example
Text Example
White with #197CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197CE5; }
p { color: rgb(25,124,229); }
H1.HeaderClassName
{
color: #197CE5;
}
.AnyTagClassName
{
color: #197CE5;
}
</style>
background-color css
<style>
a { background-color: #197CE5; }
a { background-color: rgb(25,124,229); }
div.DivClassName
{
background-color: #197CE5;
}
.BgClassName
{
background-color: #197CE5;
}
</style>
border-color css
<style>
span { border-color: #197CE5; }
span { border-color: rgb(25,124,229); }
td.TdClassName
{
border-color: #197CE5;
}
.TagClassName
{
border-color: #197CE5;
}
</style>