Shades of Dodger Blue #197EFF
Tints of Dodger Blue #197EFF
RGB
CMYK
RGB Variations
Color information
#197EFF (or 0x197EFF) is known color: Dodger Blue. HEX triplet: 19, 7E and FF. RGB value is (25,126,255). Sum of RGB (Red+Green+Blue) = 25+126+255=406 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.16% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #197EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197EFF is #E68100. Grayscale: #6D6D6D. Windows color (decimal): -15106305 or 16743961. OLE color: 16743961.
HSL color Cylindrical-coordinate representation of color #197EFF: hue angle of 213.65º 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 #197EFF is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 126 | 255 | - |
| CMYK | 0.90 | 0.51 | 0 | 0 |
| HSL | 213.65º | 1% | 0.55% | - |
| HSV(B) | 213.65º | 0.9% | 1% | - |
| XYZ | 25.91 | 22.35 | 97.56 | - |
| YUV | 110.51 | 209.54 | 67.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 126 | 255 | 0.90 | 0.51 | 0 | 0 | 213.65 | 1 | 0.55 |
| Hex | 19 | 7E | FF | 5A | 33 | 0 | 0 | D6 | 64 | 37 |
| Octal | 31 | 176 | 377 | 132 | 63 | 0 | 0 | 326 | 144 | 67 |
| Binary | 11001 | 1111110 | 11111111 | 1011010 | 110011 | 0 | 0 | 11010110 | 1100100 | 110111 |
Color Harmonies of #197EFF
Complementary color
Monochromatic Colors of #197EFF
Black with #197EFF
Text Example
Text Example
White with #197EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197EFF; }
p { color: rgb(25,126,255); }
H1.HeaderClassName
{
color: #197EFF;
}
.AnyTagClassName
{
color: #197EFF;
}
</style>
background-color css
<style>
a { background-color: #197EFF; }
a { background-color: rgb(25,126,255); }
div.DivClassName
{
background-color: #197EFF;
}
.BgClassName
{
background-color: #197EFF;
}
</style>
border-color css
<style>
span { border-color: #197EFF; }
span { border-color: rgb(25,126,255); }
td.TdClassName
{
border-color: #197EFF;
}
.TagClassName
{
border-color: #197EFF;
}
</style>