Shades of Dodger Blue #197AE5
Tints of Dodger Blue #197AE5
RGB
CMYK
RGB Variations
Color information
#197AE5 (or 0x197AE5) is known color: Dodger Blue. HEX triplet: 19, 7A and E5. RGB value is (25,122,229). Sum of RGB (Red+Green+Blue) = 25+122+229=376 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.65% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 229 (89.84% from 255 or 60.90% from 376); Max value from RGB is 229 - color contains mainly: blue. Hex color #197AE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197AE5 is #E6851A. Grayscale: #686868. Windows color (decimal): -15107355 or 15039001. OLE color: 15039001.
HSL color Cylindrical-coordinate representation of color #197AE5: hue angle of 211.47º 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 #197AE5 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 25 | 122 | 229 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.10 |
| HSL | 211.47º | 0.8% | 0.5% | - |
| HSV(B) | 211.47º | 0.89% | 0.9% | - |
| XYZ | 21.5 | 19.78 | 76.81 | - |
| YUV | 105.2 | 197.86 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 122 | 229 | 0.89 | 0.47 | 0 | 0.10 | 211.47 | 0.8 | 0.5 |
| Hex | 19 | 7A | E5 | 59 | 2F | 0 | A | D3 | 50 | 32 |
| Octal | 31 | 172 | 345 | 131 | 57 | 0 | 12 | 323 | 120 | 62 |
| Binary | 11001 | 1111010 | 11100101 | 1011001 | 101111 | 0 | 1010 | 11010011 | 1010000 | 110010 |
Color Harmonies of #197AE5
Complementary color
Monochromatic Colors of #197AE5
Black with #197AE5
Text Example
Text Example
White with #197AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197AE5; }
p { color: rgb(25,122,229); }
H1.HeaderClassName
{
color: #197AE5;
}
.AnyTagClassName
{
color: #197AE5;
}
</style>
background-color css
<style>
a { background-color: #197AE5; }
a { background-color: rgb(25,122,229); }
div.DivClassName
{
background-color: #197AE5;
}
.BgClassName
{
background-color: #197AE5;
}
</style>
border-color css
<style>
span { border-color: #197AE5; }
span { border-color: rgb(25,122,229); }
td.TdClassName
{
border-color: #197AE5;
}
.TagClassName
{
border-color: #197AE5;
}
</style>