Shades of Dodger Blue #197DFE
Tints of Dodger Blue #197DFE
RGB
CMYK
RGB Variations
Color information
#197DFE (or 0x197DFE) is known color: Dodger Blue. HEX triplet: 19, 7D and FE. RGB value is (25,125,254). Sum of RGB (Red+Green+Blue) = 25+125+254=404 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.19% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #197DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197DFE is #E68201. Grayscale: #6D6D6D. Windows color (decimal): -15106562 or 16678169. OLE color: 16678169.
HSL color Cylindrical-coordinate representation of color #197DFE: hue angle of 213.8º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #197DFE is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 125 | 254 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.00 |
| HSL | 213.8º | 0.99% | 0.55% | - |
| HSV(B) | 213.8º | 0.9% | 1% | - |
| XYZ | 25.62 | 22.03 | 96.67 | - |
| YUV | 109.81 | 209.37 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 254 | 0.90 | 0.51 | 0 | 0.00 | 213.8 | 0.99 | 0.55 |
| Hex | 19 | 7D | FE | 5A | 33 | 0 | 0 | D6 | 63 | 37 |
| Octal | 31 | 175 | 376 | 132 | 63 | 0 | 0 | 326 | 143 | 67 |
| Binary | 11001 | 1111101 | 11111110 | 1011010 | 110011 | 0 | 0 | 11010110 | 1100011 | 110111 |
Color Harmonies of #197DFE
Complementary color
Monochromatic Colors of #197DFE
Black with #197DFE
Text Example
Text Example
White with #197DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197DFE; }
p { color: rgb(25,125,254); }
H1.HeaderClassName
{
color: #197DFE;
}
.AnyTagClassName
{
color: #197DFE;
}
</style>
background-color css
<style>
a { background-color: #197DFE; }
a { background-color: rgb(25,125,254); }
div.DivClassName
{
background-color: #197DFE;
}
.BgClassName
{
background-color: #197DFE;
}
</style>
border-color css
<style>
span { border-color: #197DFE; }
span { border-color: rgb(25,125,254); }
td.TdClassName
{
border-color: #197DFE;
}
.TagClassName
{
border-color: #197DFE;
}
</style>