Shades of Dodger Blue #1971FF
Tints of Dodger Blue #1971FF
RGB
CMYK
RGB Variations
Color information
#1971FF (or 0x1971FF) is known color: Dodger Blue. HEX triplet: 19, 71 and FF. RGB value is (25,113,255). Sum of RGB (Red+Green+Blue) = 25+113+255=393 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.36% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #1971FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1971FF is #E68E00. Grayscale: #666666. Windows color (decimal): -15109633 or 16740633. OLE color: 16740633.
HSL color Cylindrical-coordinate representation of color #1971FF: hue angle of 217.04º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1971FF is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 113 | 255 | - |
| CMYK | 0.90 | 0.56 | 0 | 0 |
| HSL | 217.04º | 1% | 0.55% | - |
| HSV(B) | 217.04º | 0.9% | 1% | - |
| XYZ | 24.36 | 19.24 | 97.04 | - |
| YUV | 102.88 | 213.85 | 72.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 113 | 255 | 0.90 | 0.56 | 0 | 0 | 217.04 | 1 | 0.55 |
| Hex | 19 | 71 | FF | 5A | 38 | 0 | 0 | D9 | 64 | 37 |
| Octal | 31 | 161 | 377 | 132 | 70 | 0 | 0 | 331 | 144 | 67 |
| Binary | 11001 | 1110001 | 11111111 | 1011010 | 111000 | 0 | 0 | 11011001 | 1100100 | 110111 |
Color Harmonies of #1971FF
Complementary color
Monochromatic Colors of #1971FF
Black with #1971FF
Text Example
Text Example
White with #1971FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1971FF; }
p { color: rgb(25,113,255); }
H1.HeaderClassName
{
color: #1971FF;
}
.AnyTagClassName
{
color: #1971FF;
}
</style>
background-color css
<style>
a { background-color: #1971FF; }
a { background-color: rgb(25,113,255); }
div.DivClassName
{
background-color: #1971FF;
}
.BgClassName
{
background-color: #1971FF;
}
</style>
border-color css
<style>
span { border-color: #1971FF; }
span { border-color: rgb(25,113,255); }
td.TdClassName
{
border-color: #1971FF;
}
.TagClassName
{
border-color: #1971FF;
}
</style>