Shades of Dodger Blue #1971EA
Tints of Dodger Blue #1971EA
RGB
CMYK
RGB Variations
Color information
#1971EA (or 0x1971EA) is known color: Dodger Blue. HEX triplet: 19, 71 and EA. RGB value is (25,113,234). Sum of RGB (Red+Green+Blue) = 25+113+234=372 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.72% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #1971EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1971EA is #E68E15. Grayscale: #636363. Windows color (decimal): -15109654 or 15364377. OLE color: 15364377.
HSL color Cylindrical-coordinate representation of color #1971EA: hue angle of 214.74º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1971EA is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 113 | 234 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.08 |
| HSL | 214.74º | 0.83% | 0.51% | - |
| HSV(B) | 214.74º | 0.89% | 0.92% | - |
| XYZ | 21.16 | 17.96 | 80.19 | - |
| YUV | 100.48 | 203.35 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 113 | 234 | 0.89 | 0.52 | 0 | 0.08 | 214.74 | 0.83 | 0.51 |
| Hex | 19 | 71 | EA | 59 | 34 | 0 | 8 | D7 | 53 | 33 |
| Octal | 31 | 161 | 352 | 131 | 64 | 0 | 10 | 327 | 123 | 63 |
| Binary | 11001 | 1110001 | 11101010 | 1011001 | 110100 | 0 | 1000 | 11010111 | 1010011 | 110011 |
Color Harmonies of #1971EA
Complementary color
Monochromatic Colors of #1971EA
Black with #1971EA
Text Example
Text Example
White with #1971EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1971EA; }
p { color: rgb(25,113,234); }
H1.HeaderClassName
{
color: #1971EA;
}
.AnyTagClassName
{
color: #1971EA;
}
</style>
background-color css
<style>
a { background-color: #1971EA; }
a { background-color: rgb(25,113,234); }
div.DivClassName
{
background-color: #1971EA;
}
.BgClassName
{
background-color: #1971EA;
}
</style>
border-color css
<style>
span { border-color: #1971EA; }
span { border-color: rgb(25,113,234); }
td.TdClassName
{
border-color: #1971EA;
}
.TagClassName
{
border-color: #1971EA;
}
</style>