Shades of Dodger Blue #197CF3
Tints of Dodger Blue #197CF3
RGB
CMYK
RGB Variations
Color information
#197CF3 (or 0x197CF3) is known color: Dodger Blue. HEX triplet: 19, 7C and F3. RGB value is (25,124,243). Sum of RGB (Red+Green+Blue) = 25+124+243=392 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.38% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 243 (95.31% from 255 or 61.99% from 392); Max value from RGB is 243 - color contains mainly: blue. Hex color #197CF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197CF3 is #E6830C. Grayscale: #6B6B6B. Windows color (decimal): -15106829 or 15957017. OLE color: 15957017.
HSL color Cylindrical-coordinate representation of color #197CF3: hue angle of 212.75º 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 #197CF3 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 124 | 243 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.05 |
| HSL | 212.75º | 0.9% | 0.53% | - |
| HSV(B) | 212.75º | 0.9% | 0.95% | - |
| XYZ | 23.79 | 21.09 | 87.61 | - |
| YUV | 107.97 | 204.2 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 243 | 0.90 | 0.49 | 0 | 0.05 | 212.75 | 0.9 | 0.53 |
| Hex | 19 | 7C | F3 | 5A | 31 | 0 | 5 | D5 | 5A | 35 |
| Octal | 31 | 174 | 363 | 132 | 61 | 0 | 5 | 325 | 132 | 65 |
| Binary | 11001 | 1111100 | 11110011 | 1011010 | 110001 | 0 | 101 | 11010101 | 1011010 | 110101 |
Color Harmonies of #197CF3
Complementary color
Monochromatic Colors of #197CF3
Black with #197CF3
Text Example
Text Example
White with #197CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197CF3; }
p { color: rgb(25,124,243); }
H1.HeaderClassName
{
color: #197CF3;
}
.AnyTagClassName
{
color: #197CF3;
}
</style>
background-color css
<style>
a { background-color: #197CF3; }
a { background-color: rgb(25,124,243); }
div.DivClassName
{
background-color: #197CF3;
}
.BgClassName
{
background-color: #197CF3;
}
</style>
border-color css
<style>
span { border-color: #197CF3; }
span { border-color: rgb(25,124,243); }
td.TdClassName
{
border-color: #197CF3;
}
.TagClassName
{
border-color: #197CF3;
}
</style>