Shades of Dodger Blue #197FF0
Tints of Dodger Blue #197FF0
RGB
CMYK
RGB Variations
Color information
#197FF0 (or 0x197FF0) is known color: Dodger Blue. HEX triplet: 19, 7F and F0. RGB value is (25,127,240). Sum of RGB (Red+Green+Blue) = 25+127+240=392 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.38% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 240 (94.14% from 255 or 61.22% from 392); Max value from RGB is 240 - color contains mainly: blue. Hex color #197FF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197FF0 is #E6800F. Grayscale: #6C6C6C. Windows color (decimal): -15106064 or 15761177. OLE color: 15761177.
HSL color Cylindrical-coordinate representation of color #197FF0: hue angle of 211.53º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #197FF0 is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 127 | 240 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.06 |
| HSL | 211.53º | 0.88% | 0.52% | - |
| HSV(B) | 211.53º | 0.9% | 0.94% | - |
| XYZ | 23.72 | 21.68 | 85.37 | - |
| YUV | 109.38 | 201.71 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 127 | 240 | 0.90 | 0.47 | 0 | 0.06 | 211.53 | 0.88 | 0.52 |
| Hex | 19 | 7F | F0 | 5A | 2F | 0 | 6 | D4 | 58 | 34 |
| Octal | 31 | 177 | 360 | 132 | 57 | 0 | 6 | 324 | 130 | 64 |
| Binary | 11001 | 1111111 | 11110000 | 1011010 | 101111 | 0 | 110 | 11010100 | 1011000 | 110100 |
Color Harmonies of #197FF0
Complementary color
Monochromatic Colors of #197FF0
Black with #197FF0
Text Example
Text Example
White with #197FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197FF0; }
p { color: rgb(25,127,240); }
H1.HeaderClassName
{
color: #197FF0;
}
.AnyTagClassName
{
color: #197FF0;
}
</style>
background-color css
<style>
a { background-color: #197FF0; }
a { background-color: rgb(25,127,240); }
div.DivClassName
{
background-color: #197FF0;
}
.BgClassName
{
background-color: #197FF0;
}
</style>
border-color css
<style>
span { border-color: #197FF0; }
span { border-color: rgb(25,127,240); }
td.TdClassName
{
border-color: #197FF0;
}
.TagClassName
{
border-color: #197FF0;
}
</style>