Shades of Dodger Blue #197CFF
Tints of Dodger Blue #197CFF
RGB
CMYK
RGB Variations
Color information
#197CFF (or 0x197CFF) is known color: Dodger Blue. HEX triplet: 19, 7C and FF. RGB value is (25,124,255). Sum of RGB (Red+Green+Blue) = 25+124+255=404 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.19% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #197CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197CFF is #E68300. Grayscale: #6C6C6C. Windows color (decimal): -15106817 or 16743449. OLE color: 16743449.
HSL color Cylindrical-coordinate representation of color #197CFF: hue angle of 214.17º 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 #197CFF is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 124 | 255 | - |
| CMYK | 0.90 | 0.51 | 0 | 0 |
| HSL | 214.17º | 1% | 0.55% | - |
| HSV(B) | 214.17º | 0.9% | 1% | - |
| XYZ | 25.66 | 21.84 | 97.47 | - |
| YUV | 109.33 | 210.2 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 255 | 0.90 | 0.51 | 0 | 0 | 214.17 | 1 | 0.55 |
| Hex | 19 | 7C | FF | 5A | 33 | 0 | 0 | D6 | 64 | 37 |
| Octal | 31 | 174 | 377 | 132 | 63 | 0 | 0 | 326 | 144 | 67 |
| Binary | 11001 | 1111100 | 11111111 | 1011010 | 110011 | 0 | 0 | 11010110 | 1100100 | 110111 |
Color Harmonies of #197CFF
Complementary color
Monochromatic Colors of #197CFF
Black with #197CFF
Text Example
Text Example
White with #197CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197CFF; }
p { color: rgb(25,124,255); }
H1.HeaderClassName
{
color: #197CFF;
}
.AnyTagClassName
{
color: #197CFF;
}
</style>
background-color css
<style>
a { background-color: #197CFF; }
a { background-color: rgb(25,124,255); }
div.DivClassName
{
background-color: #197CFF;
}
.BgClassName
{
background-color: #197CFF;
}
</style>
border-color css
<style>
span { border-color: #197CFF; }
span { border-color: rgb(25,124,255); }
td.TdClassName
{
border-color: #197CFF;
}
.TagClassName
{
border-color: #197CFF;
}
</style>