Shades of Dodger Blue #197DF3
Tints of Dodger Blue #197DF3
RGB
CMYK
RGB Variations
Color information
#197DF3 (or 0x197DF3) is known color: Dodger Blue. HEX triplet: 19, 7D and F3. RGB value is (25,125,243). Sum of RGB (Red+Green+Blue) = 25+125+243=393 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.36% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 243 (95.31% from 255 or 61.83% from 393); Max value from RGB is 243 - color contains mainly: blue. Hex color #197DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197DF3 is #E6820C. Grayscale: #6B6B6B. Windows color (decimal): -15106573 or 15957273. OLE color: 15957273.
HSL color Cylindrical-coordinate representation of color #197DF3: hue angle of 212.48º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #197DF3 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 125 | 243 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.05 |
| HSL | 212.48º | 0.9% | 0.53% | - |
| HSV(B) | 212.48º | 0.9% | 0.95% | - |
| XYZ | 23.91 | 21.34 | 87.65 | - |
| YUV | 108.55 | 203.87 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 243 | 0.90 | 0.49 | 0 | 0.05 | 212.48 | 0.9 | 0.53 |
| Hex | 19 | 7D | F3 | 5A | 31 | 0 | 5 | D4 | 5A | 35 |
| Octal | 31 | 175 | 363 | 132 | 61 | 0 | 5 | 324 | 132 | 65 |
| Binary | 11001 | 1111101 | 11110011 | 1011010 | 110001 | 0 | 101 | 11010100 | 1011010 | 110101 |
Color Harmonies of #197DF3
Complementary color
Monochromatic Colors of #197DF3
Black with #197DF3
Text Example
Text Example
White with #197DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197DF3; }
p { color: rgb(25,125,243); }
H1.HeaderClassName
{
color: #197DF3;
}
.AnyTagClassName
{
color: #197DF3;
}
</style>
background-color css
<style>
a { background-color: #197DF3; }
a { background-color: rgb(25,125,243); }
div.DivClassName
{
background-color: #197DF3;
}
.BgClassName
{
background-color: #197DF3;
}
</style>
border-color css
<style>
span { border-color: #197DF3; }
span { border-color: rgb(25,125,243); }
td.TdClassName
{
border-color: #197DF3;
}
.TagClassName
{
border-color: #197DF3;
}
</style>