Shades of Dodger Blue #197BF6
Tints of Dodger Blue #197BF6
RGB
CMYK
RGB Variations
Color information
#197BF6 (or 0x197BF6) is known color: Dodger Blue. HEX triplet: 19, 7B and F6. RGB value is (25,123,246). Sum of RGB (Red+Green+Blue) = 25+123+246=394 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.35% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 246 (96.48% from 255 or 62.44% from 394); Max value from RGB is 246 - color contains mainly: blue. Hex color #197BF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197BF6 is #E68409. Grayscale: #6B6B6B. Windows color (decimal): -15107082 or 16153369. OLE color: 16153369.
HSL color Cylindrical-coordinate representation of color #197BF6: hue angle of 213.39º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #197BF6 is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 123 | 246 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.04 |
| HSL | 213.39º | 0.92% | 0.53% | - |
| HSV(B) | 213.39º | 0.9% | 0.96% | - |
| XYZ | 24.12 | 21.03 | 89.98 | - |
| YUV | 107.72 | 206.03 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 246 | 0.90 | 0.50 | 0 | 0.04 | 213.39 | 0.92 | 0.53 |
| Hex | 19 | 7B | F6 | 5A | 32 | 0 | 4 | D5 | 5C | 35 |
| Octal | 31 | 173 | 366 | 132 | 62 | 0 | 4 | 325 | 134 | 65 |
| Binary | 11001 | 1111011 | 11110110 | 1011010 | 110010 | 0 | 100 | 11010101 | 1011100 | 110101 |
Color Harmonies of #197BF6
Complementary color
Monochromatic Colors of #197BF6
Black with #197BF6
Text Example
Text Example
White with #197BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197BF6; }
p { color: rgb(25,123,246); }
H1.HeaderClassName
{
color: #197BF6;
}
.AnyTagClassName
{
color: #197BF6;
}
</style>
background-color css
<style>
a { background-color: #197BF6; }
a { background-color: rgb(25,123,246); }
div.DivClassName
{
background-color: #197BF6;
}
.BgClassName
{
background-color: #197BF6;
}
</style>
border-color css
<style>
span { border-color: #197BF6; }
span { border-color: rgb(25,123,246); }
td.TdClassName
{
border-color: #197BF6;
}
.TagClassName
{
border-color: #197BF6;
}
</style>