Shades of Dodger Blue #197AF3
Tints of Dodger Blue #197AF3
RGB
CMYK
RGB Variations
Color information
#197AF3 (or 0x197AF3) is known color: Dodger Blue. HEX triplet: 19, 7A and F3. RGB value is (25,122,243). Sum of RGB (Red+Green+Blue) = 25+122+243=390 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.41% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 243 (95.31% from 255 or 62.31% from 390); Max value from RGB is 243 - color contains mainly: blue. Hex color #197AF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197AF3 is #E6850C. Grayscale: #6A6A6A. Windows color (decimal): -15107341 or 15956505. OLE color: 15956505.
HSL color Cylindrical-coordinate representation of color #197AF3: hue angle of 213.3º 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 #197AF3 is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 122 | 243 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.05 |
| HSL | 213.3º | 0.9% | 0.53% | - |
| HSV(B) | 213.3º | 0.9% | 0.95% | - |
| XYZ | 23.54 | 20.6 | 87.53 | - |
| YUV | 106.79 | 204.86 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 122 | 243 | 0.90 | 0.50 | 0 | 0.05 | 213.3 | 0.9 | 0.53 |
| Hex | 19 | 7A | F3 | 5A | 32 | 0 | 5 | D5 | 5A | 35 |
| Octal | 31 | 172 | 363 | 132 | 62 | 0 | 5 | 325 | 132 | 65 |
| Binary | 11001 | 1111010 | 11110011 | 1011010 | 110010 | 0 | 101 | 11010101 | 1011010 | 110101 |
Color Harmonies of #197AF3
Complementary color
Monochromatic Colors of #197AF3
Black with #197AF3
Text Example
Text Example
White with #197AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197AF3; }
p { color: rgb(25,122,243); }
H1.HeaderClassName
{
color: #197AF3;
}
.AnyTagClassName
{
color: #197AF3;
}
</style>
background-color css
<style>
a { background-color: #197AF3; }
a { background-color: rgb(25,122,243); }
div.DivClassName
{
background-color: #197AF3;
}
.BgClassName
{
background-color: #197AF3;
}
</style>
border-color css
<style>
span { border-color: #197AF3; }
span { border-color: rgb(25,122,243); }
td.TdClassName
{
border-color: #197AF3;
}
.TagClassName
{
border-color: #197AF3;
}
</style>