Shades of Dodger Blue #197FFB
Tints of Dodger Blue #197FFB
RGB
CMYK
RGB Variations
Color information
#197FFB (or 0x197FFB) is known color: Dodger Blue. HEX triplet: 19, 7F and FB. RGB value is (25,127,251). Sum of RGB (Red+Green+Blue) = 25+127+251=403 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.20% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #197FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197FFB is #E68004. Grayscale: #6E6E6E. Windows color (decimal): -15106053 or 16482073. OLE color: 16482073.
HSL color Cylindrical-coordinate representation of color #197FFB: hue angle of 212.92º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #197FFB is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 127 | 251 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.02 |
| HSL | 212.92º | 0.97% | 0.54% | - |
| HSV(B) | 212.92º | 0.9% | 0.98% | - |
| XYZ | 25.4 | 22.35 | 94.24 | - |
| YUV | 110.64 | 207.21 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 127 | 251 | 0.90 | 0.49 | 0 | 0.02 | 212.92 | 0.97 | 0.54 |
| Hex | 19 | 7F | FB | 5A | 31 | 0 | 2 | D5 | 61 | 36 |
| Octal | 31 | 177 | 373 | 132 | 61 | 0 | 2 | 325 | 141 | 66 |
| Binary | 11001 | 1111111 | 11111011 | 1011010 | 110001 | 0 | 10 | 11010101 | 1100001 | 110110 |
Color Harmonies of #197FFB
Complementary color
Monochromatic Colors of #197FFB
Black with #197FFB
Text Example
Text Example
White with #197FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197FFB; }
p { color: rgb(25,127,251); }
H1.HeaderClassName
{
color: #197FFB;
}
.AnyTagClassName
{
color: #197FFB;
}
</style>
background-color css
<style>
a { background-color: #197FFB; }
a { background-color: rgb(25,127,251); }
div.DivClassName
{
background-color: #197FFB;
}
.BgClassName
{
background-color: #197FFB;
}
</style>
border-color css
<style>
span { border-color: #197FFB; }
span { border-color: rgb(25,127,251); }
td.TdClassName
{
border-color: #197FFB;
}
.TagClassName
{
border-color: #197FFB;
}
</style>