Shades of Dodger Blue #197AFE
Tints of Dodger Blue #197AFE
RGB
CMYK
RGB Variations
Color information
#197AFE (or 0x197AFE) is known color: Dodger Blue. HEX triplet: 19, 7A and FE. RGB value is (25,122,254). Sum of RGB (Red+Green+Blue) = 25+122+254=401 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.23% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #197AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197AFE is #E68501. Grayscale: #6B6B6B. Windows color (decimal): -15107330 or 16677401. OLE color: 16677401.
HSL color Cylindrical-coordinate representation of color #197AFE: hue angle of 214.59º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #197AFE is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 122 | 254 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.00 |
| HSL | 214.59º | 0.99% | 0.55% | - |
| HSV(B) | 214.59º | 0.9% | 1% | - |
| XYZ | 25.25 | 21.28 | 96.54 | - |
| YUV | 108.05 | 210.36 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 122 | 254 | 0.90 | 0.52 | 0 | 0.00 | 214.59 | 0.99 | 0.55 |
| Hex | 19 | 7A | FE | 5A | 34 | 0 | 0 | D7 | 63 | 37 |
| Octal | 31 | 172 | 376 | 132 | 64 | 0 | 0 | 327 | 143 | 67 |
| Binary | 11001 | 1111010 | 11111110 | 1011010 | 110100 | 0 | 0 | 11010111 | 1100011 | 110111 |
Color Harmonies of #197AFE
Complementary color
Monochromatic Colors of #197AFE
Black with #197AFE
Text Example
Text Example
White with #197AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197AFE; }
p { color: rgb(25,122,254); }
H1.HeaderClassName
{
color: #197AFE;
}
.AnyTagClassName
{
color: #197AFE;
}
</style>
background-color css
<style>
a { background-color: #197AFE; }
a { background-color: rgb(25,122,254); }
div.DivClassName
{
background-color: #197AFE;
}
.BgClassName
{
background-color: #197AFE;
}
</style>
border-color css
<style>
span { border-color: #197AFE; }
span { border-color: rgb(25,122,254); }
td.TdClassName
{
border-color: #197AFE;
}
.TagClassName
{
border-color: #197AFE;
}
</style>