Shades of Dodger Blue #197DF9
Tints of Dodger Blue #197DF9
RGB
CMYK
RGB Variations
Color information
#197DF9 (or 0x197DF9) is known color: Dodger Blue. HEX triplet: 19, 7D and F9. RGB value is (25,125,249). Sum of RGB (Red+Green+Blue) = 25+125+249=399 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.27% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 249 (97.66% from 255 or 62.41% from 399); Max value from RGB is 249 - color contains mainly: blue. Hex color #197DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197DF9 is #E68206. Grayscale: #6C6C6C. Windows color (decimal): -15106567 or 16350489. OLE color: 16350489.
HSL color Cylindrical-coordinate representation of color #197DF9: hue angle of 213.21º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #197DF9 is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 125 | 249 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.02 |
| HSL | 213.21º | 0.95% | 0.54% | - |
| HSV(B) | 213.21º | 0.9% | 0.98% | - |
| XYZ | 24.83 | 21.71 | 92.5 | - |
| YUV | 109.24 | 206.87 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 249 | 0.90 | 0.50 | 0 | 0.02 | 213.21 | 0.95 | 0.54 |
| Hex | 19 | 7D | F9 | 5A | 32 | 0 | 2 | D5 | 5F | 36 |
| Octal | 31 | 175 | 371 | 132 | 62 | 0 | 2 | 325 | 137 | 66 |
| Binary | 11001 | 1111101 | 11111001 | 1011010 | 110010 | 0 | 10 | 11010101 | 1011111 | 110110 |
Color Harmonies of #197DF9
Complementary color
Monochromatic Colors of #197DF9
Black with #197DF9
Text Example
Text Example
White with #197DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197DF9; }
p { color: rgb(25,125,249); }
H1.HeaderClassName
{
color: #197DF9;
}
.AnyTagClassName
{
color: #197DF9;
}
</style>
background-color css
<style>
a { background-color: #197DF9; }
a { background-color: rgb(25,125,249); }
div.DivClassName
{
background-color: #197DF9;
}
.BgClassName
{
background-color: #197DF9;
}
</style>
border-color css
<style>
span { border-color: #197DF9; }
span { border-color: rgb(25,125,249); }
td.TdClassName
{
border-color: #197DF9;
}
.TagClassName
{
border-color: #197DF9;
}
</style>