Shades of Dodger Blue #197CFE
Tints of Dodger Blue #197CFE
RGB
CMYK
RGB Variations
Color information
#197CFE (or 0x197CFE) is known color: Dodger Blue. HEX triplet: 19, 7C and FE. RGB value is (25,124,254). Sum of RGB (Red+Green+Blue) = 25+124+254=403 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.20% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #197CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197CFE is #E68301. Grayscale: #6C6C6C. Windows color (decimal): -15106818 or 16677913. OLE color: 16677913.
HSL color Cylindrical-coordinate representation of color #197CFE: hue angle of 214.06º 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 #197CFE is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 124 | 254 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.00 |
| HSL | 214.06º | 0.99% | 0.55% | - |
| HSV(B) | 214.06º | 0.9% | 1% | - |
| XYZ | 25.5 | 21.78 | 96.63 | - |
| YUV | 109.22 | 209.7 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 254 | 0.90 | 0.51 | 0 | 0.00 | 214.06 | 0.99 | 0.55 |
| Hex | 19 | 7C | FE | 5A | 33 | 0 | 0 | D6 | 63 | 37 |
| Octal | 31 | 174 | 376 | 132 | 63 | 0 | 0 | 326 | 143 | 67 |
| Binary | 11001 | 1111100 | 11111110 | 1011010 | 110011 | 0 | 0 | 11010110 | 1100011 | 110111 |
Color Harmonies of #197CFE
Complementary color
Monochromatic Colors of #197CFE
Black with #197CFE
Text Example
Text Example
White with #197CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197CFE; }
p { color: rgb(25,124,254); }
H1.HeaderClassName
{
color: #197CFE;
}
.AnyTagClassName
{
color: #197CFE;
}
</style>
background-color css
<style>
a { background-color: #197CFE; }
a { background-color: rgb(25,124,254); }
div.DivClassName
{
background-color: #197CFE;
}
.BgClassName
{
background-color: #197CFE;
}
</style>
border-color css
<style>
span { border-color: #197CFE; }
span { border-color: rgb(25,124,254); }
td.TdClassName
{
border-color: #197CFE;
}
.TagClassName
{
border-color: #197CFE;
}
</style>