Shades of Dodger Blue #197FF1
Tints of Dodger Blue #197FF1
RGB
CMYK
RGB Variations
Color information
#197FF1 (or 0x197FF1) is known color: Dodger Blue. HEX triplet: 19, 7F and F1. RGB value is (25,127,241). Sum of RGB (Red+Green+Blue) = 25+127+241=393 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.36% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 241 (94.53% from 255 or 61.32% from 393); Max value from RGB is 241 - color contains mainly: blue. Hex color #197FF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197FF1 is #E6800E. Grayscale: #6C6C6C. Windows color (decimal): -15106063 or 15826713. OLE color: 15826713.
HSL color Cylindrical-coordinate representation of color #197FF1: hue angle of 211.67º 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 #197FF1 is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 127 | 241 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.05 |
| HSL | 211.67º | 0.89% | 0.52% | - |
| HSV(B) | 211.67º | 0.9% | 0.95% | - |
| XYZ | 23.87 | 21.74 | 86.16 | - |
| YUV | 109.5 | 202.21 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 127 | 241 | 0.90 | 0.47 | 0 | 0.05 | 211.67 | 0.89 | 0.52 |
| Hex | 19 | 7F | F1 | 5A | 2F | 0 | 5 | D4 | 59 | 34 |
| Octal | 31 | 177 | 361 | 132 | 57 | 0 | 5 | 324 | 131 | 64 |
| Binary | 11001 | 1111111 | 11110001 | 1011010 | 101111 | 0 | 101 | 11010100 | 1011001 | 110100 |
Color Harmonies of #197FF1
Complementary color
Monochromatic Colors of #197FF1
Black with #197FF1
Text Example
Text Example
White with #197FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197FF1; }
p { color: rgb(25,127,241); }
H1.HeaderClassName
{
color: #197FF1;
}
.AnyTagClassName
{
color: #197FF1;
}
</style>
background-color css
<style>
a { background-color: #197FF1; }
a { background-color: rgb(25,127,241); }
div.DivClassName
{
background-color: #197FF1;
}
.BgClassName
{
background-color: #197FF1;
}
</style>
border-color css
<style>
span { border-color: #197FF1; }
span { border-color: rgb(25,127,241); }
td.TdClassName
{
border-color: #197FF1;
}
.TagClassName
{
border-color: #197FF1;
}
</style>