Shades of Dodger Blue #197CFC
Tints of Dodger Blue #197CFC
RGB
CMYK
RGB Variations
Color information
#197CFC (or 0x197CFC) is known color: Dodger Blue. HEX triplet: 19, 7C and FC. RGB value is (25,124,252). Sum of RGB (Red+Green+Blue) = 25+124+252=401 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.23% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #197CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197CFC is #E68303. Grayscale: #6C6C6C. Windows color (decimal): -15106820 or 16546841. OLE color: 16546841.
HSL color Cylindrical-coordinate representation of color #197CFC: hue angle of 213.83º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #197CFC is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 124 | 252 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.01 |
| HSL | 213.83º | 0.97% | 0.54% | - |
| HSV(B) | 213.83º | 0.9% | 0.99% | - |
| XYZ | 25.18 | 21.65 | 94.95 | - |
| YUV | 108.99 | 208.7 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 252 | 0.90 | 0.51 | 0 | 0.01 | 213.83 | 0.97 | 0.54 |
| Hex | 19 | 7C | FC | 5A | 33 | 0 | 1 | D6 | 61 | 36 |
| Octal | 31 | 174 | 374 | 132 | 63 | 0 | 1 | 326 | 141 | 66 |
| Binary | 11001 | 1111100 | 11111100 | 1011010 | 110011 | 0 | 1 | 11010110 | 1100001 | 110110 |
Color Harmonies of #197CFC
Complementary color
Monochromatic Colors of #197CFC
Black with #197CFC
Text Example
Text Example
White with #197CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197CFC; }
p { color: rgb(25,124,252); }
H1.HeaderClassName
{
color: #197CFC;
}
.AnyTagClassName
{
color: #197CFC;
}
</style>
background-color css
<style>
a { background-color: #197CFC; }
a { background-color: rgb(25,124,252); }
div.DivClassName
{
background-color: #197CFC;
}
.BgClassName
{
background-color: #197CFC;
}
</style>
border-color css
<style>
span { border-color: #197CFC; }
span { border-color: rgb(25,124,252); }
td.TdClassName
{
border-color: #197CFC;
}
.TagClassName
{
border-color: #197CFC;
}
</style>