Shades of Dodger Blue #197DF2
Tints of Dodger Blue #197DF2
RGB
CMYK
RGB Variations
Color information
#197DF2 (or 0x197DF2) is known color: Dodger Blue. HEX triplet: 19, 7D and F2. RGB value is (25,125,242). Sum of RGB (Red+Green+Blue) = 25+125+242=392 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.38% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 242 (94.92% from 255 or 61.73% from 392); Max value from RGB is 242 - color contains mainly: blue. Hex color #197DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197DF2 is #E6820D. Grayscale: #6B6B6B. Windows color (decimal): -15106574 or 15891737. OLE color: 15891737.
HSL color Cylindrical-coordinate representation of color #197DF2: hue angle of 212.35º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #197DF2 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 125 | 242 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.05 |
| HSL | 212.35º | 0.89% | 0.52% | - |
| HSV(B) | 212.35º | 0.9% | 0.95% | - |
| XYZ | 23.76 | 21.28 | 86.86 | - |
| YUV | 108.44 | 203.37 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 242 | 0.90 | 0.48 | 0 | 0.05 | 212.35 | 0.89 | 0.52 |
| Hex | 19 | 7D | F2 | 5A | 30 | 0 | 5 | D4 | 59 | 34 |
| Octal | 31 | 175 | 362 | 132 | 60 | 0 | 5 | 324 | 131 | 64 |
| Binary | 11001 | 1111101 | 11110010 | 1011010 | 110000 | 0 | 101 | 11010100 | 1011001 | 110100 |
Color Harmonies of #197DF2
Complementary color
Monochromatic Colors of #197DF2
Black with #197DF2
Text Example
Text Example
White with #197DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197DF2; }
p { color: rgb(25,125,242); }
H1.HeaderClassName
{
color: #197DF2;
}
.AnyTagClassName
{
color: #197DF2;
}
</style>
background-color css
<style>
a { background-color: #197DF2; }
a { background-color: rgb(25,125,242); }
div.DivClassName
{
background-color: #197DF2;
}
.BgClassName
{
background-color: #197DF2;
}
</style>
border-color css
<style>
span { border-color: #197DF2; }
span { border-color: rgb(25,125,242); }
td.TdClassName
{
border-color: #197DF2;
}
.TagClassName
{
border-color: #197DF2;
}
</style>