Shades of Dodger Blue #197FDD
Tints of Dodger Blue #197FDD
RGB
CMYK
RGB Variations
Color information
#197FDD (or 0x197FDD) is known color: Dodger Blue. HEX triplet: 19, 7F and DD. RGB value is (25,127,221). Sum of RGB (Red+Green+Blue) = 25+127+221=373 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.70% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #197FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197FDD is #E68022. Grayscale: #6A6A6A. Windows color (decimal): -15106083 or 14515993. OLE color: 14515993.
HSL color Cylindrical-coordinate representation of color #197FDD: hue angle of 208.78º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197FDD is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 127 | 221 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.13 |
| HSL | 208.78º | 0.8% | 0.48% | - |
| HSV(B) | 208.78º | 0.89% | 0.87% | - |
| XYZ | 21.04 | 20.61 | 71.27 | - |
| YUV | 107.22 | 192.21 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 127 | 221 | 0.89 | 0.43 | 0 | 0.13 | 208.78 | 0.8 | 0.48 |
| Hex | 19 | 7F | DD | 59 | 2B | 0 | D | D1 | 50 | 30 |
| Octal | 31 | 177 | 335 | 131 | 53 | 0 | 15 | 321 | 120 | 60 |
| Binary | 11001 | 1111111 | 11011101 | 1011001 | 101011 | 0 | 1101 | 11010001 | 1010000 | 110000 |
Color Harmonies of #197FDD
Complementary color
Monochromatic Colors of #197FDD
Black with #197FDD
Text Example
Text Example
White with #197FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197FDD; }
p { color: rgb(25,127,221); }
H1.HeaderClassName
{
color: #197FDD;
}
.AnyTagClassName
{
color: #197FDD;
}
</style>
background-color css
<style>
a { background-color: #197FDD; }
a { background-color: rgb(25,127,221); }
div.DivClassName
{
background-color: #197FDD;
}
.BgClassName
{
background-color: #197FDD;
}
</style>
border-color css
<style>
span { border-color: #197FDD; }
span { border-color: rgb(25,127,221); }
td.TdClassName
{
border-color: #197FDD;
}
.TagClassName
{
border-color: #197FDD;
}
</style>