Shades of Dodger Blue #197AFF
Tints of Dodger Blue #197AFF
RGB
CMYK
RGB Variations
Color information
#197AFF (or 0x197AFF) is known color: Dodger Blue. HEX triplet: 19, 7A and FF. RGB value is (25,122,255). Sum of RGB (Red+Green+Blue) = 25+122+255=402 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.22% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #197AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197AFF is #E68500. Grayscale: #6B6B6B. Windows color (decimal): -15107329 or 16742937. OLE color: 16742937.
HSL color Cylindrical-coordinate representation of color #197AFF: hue angle of 214.7º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #197AFF is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 122 | 255 | - |
| CMYK | 0.90 | 0.52 | 0 | 0 |
| HSL | 214.7º | 1% | 0.55% | - |
| HSV(B) | 214.7º | 0.9% | 1% | - |
| XYZ | 25.41 | 21.35 | 97.39 | - |
| YUV | 108.16 | 210.86 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 122 | 255 | 0.90 | 0.52 | 0 | 0 | 214.7 | 1 | 0.55 |
| Hex | 19 | 7A | FF | 5A | 34 | 0 | 0 | D7 | 64 | 37 |
| Octal | 31 | 172 | 377 | 132 | 64 | 0 | 0 | 327 | 144 | 67 |
| Binary | 11001 | 1111010 | 11111111 | 1011010 | 110100 | 0 | 0 | 11010111 | 1100100 | 110111 |
Color Harmonies of #197AFF
Complementary color
Monochromatic Colors of #197AFF
Black with #197AFF
Text Example
Text Example
White with #197AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197AFF; }
p { color: rgb(25,122,255); }
H1.HeaderClassName
{
color: #197AFF;
}
.AnyTagClassName
{
color: #197AFF;
}
</style>
background-color css
<style>
a { background-color: #197AFF; }
a { background-color: rgb(25,122,255); }
div.DivClassName
{
background-color: #197AFF;
}
.BgClassName
{
background-color: #197AFF;
}
</style>
border-color css
<style>
span { border-color: #197AFF; }
span { border-color: rgb(25,122,255); }
td.TdClassName
{
border-color: #197AFF;
}
.TagClassName
{
border-color: #197AFF;
}
</style>