Shades of Dodger Blue #197EFE
Tints of Dodger Blue #197EFE
RGB
CMYK
RGB Variations
Color information
#197EFE (or 0x197EFE) is known color: Dodger Blue. HEX triplet: 19, 7E and FE. RGB value is (25,126,254). Sum of RGB (Red+Green+Blue) = 25+126+254=405 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.17% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #197EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197EFE is #E68101. Grayscale: #6D6D6D. Windows color (decimal): -15106306 or 16678425. OLE color: 16678425.
HSL color Cylindrical-coordinate representation of color #197EFE: hue angle of 213.54º 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 #197EFE is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 126 | 254 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.00 |
| HSL | 213.54º | 0.99% | 0.55% | - |
| HSV(B) | 213.54º | 0.9% | 1% | - |
| XYZ | 25.75 | 22.28 | 96.71 | - |
| YUV | 110.39 | 209.04 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 126 | 254 | 0.90 | 0.50 | 0 | 0.00 | 213.54 | 0.99 | 0.55 |
| Hex | 19 | 7E | FE | 5A | 32 | 0 | 0 | D6 | 63 | 37 |
| Octal | 31 | 176 | 376 | 132 | 62 | 0 | 0 | 326 | 143 | 67 |
| Binary | 11001 | 1111110 | 11111110 | 1011010 | 110010 | 0 | 0 | 11010110 | 1100011 | 110111 |
Color Harmonies of #197EFE
Complementary color
Monochromatic Colors of #197EFE
Black with #197EFE
Text Example
Text Example
White with #197EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197EFE; }
p { color: rgb(25,126,254); }
H1.HeaderClassName
{
color: #197EFE;
}
.AnyTagClassName
{
color: #197EFE;
}
</style>
background-color css
<style>
a { background-color: #197EFE; }
a { background-color: rgb(25,126,254); }
div.DivClassName
{
background-color: #197EFE;
}
.BgClassName
{
background-color: #197EFE;
}
</style>
border-color css
<style>
span { border-color: #197EFE; }
span { border-color: rgb(25,126,254); }
td.TdClassName
{
border-color: #197EFE;
}
.TagClassName
{
border-color: #197EFE;
}
</style>