Shades of Dodger Blue #1971EF
Tints of Dodger Blue #1971EF
RGB
CMYK
RGB Variations
Color information
#1971EF (or 0x1971EF) is known color: Dodger Blue. HEX triplet: 19, 71 and EF. RGB value is (25,113,239). Sum of RGB (Red+Green+Blue) = 25+113+239=377 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.63% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #1971EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1971EF is #E68E10. Grayscale: #646464. Windows color (decimal): -15109649 or 15692057. OLE color: 15692057.
HSL color Cylindrical-coordinate representation of color #1971EF: hue angle of 215.33º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1971EF is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 113 | 239 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.06 |
| HSL | 215.33º | 0.87% | 0.52% | - |
| HSV(B) | 215.33º | 0.9% | 0.94% | - |
| XYZ | 21.89 | 18.25 | 84.03 | - |
| YUV | 101.05 | 205.85 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 113 | 239 | 0.90 | 0.53 | 0 | 0.06 | 215.33 | 0.87 | 0.52 |
| Hex | 19 | 71 | EF | 5A | 35 | 0 | 6 | D7 | 57 | 34 |
| Octal | 31 | 161 | 357 | 132 | 65 | 0 | 6 | 327 | 127 | 64 |
| Binary | 11001 | 1110001 | 11101111 | 1011010 | 110101 | 0 | 110 | 11010111 | 1010111 | 110100 |
Color Harmonies of #1971EF
Complementary color
Monochromatic Colors of #1971EF
Black with #1971EF
Text Example
Text Example
White with #1971EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1971EF; }
p { color: rgb(25,113,239); }
H1.HeaderClassName
{
color: #1971EF;
}
.AnyTagClassName
{
color: #1971EF;
}
</style>
background-color css
<style>
a { background-color: #1971EF; }
a { background-color: rgb(25,113,239); }
div.DivClassName
{
background-color: #1971EF;
}
.BgClassName
{
background-color: #1971EF;
}
</style>
border-color css
<style>
span { border-color: #1971EF; }
span { border-color: rgb(25,113,239); }
td.TdClassName
{
border-color: #1971EF;
}
.TagClassName
{
border-color: #1971EF;
}
</style>