Shades of Dodger Blue #1974EE
Tints of Dodger Blue #1974EE
RGB
CMYK
RGB Variations
Color information
#1974EE (or 0x1974EE) is known color: Dodger Blue. HEX triplet: 19, 74 and EE. RGB value is (25,116,238). Sum of RGB (Red+Green+Blue) = 25+116+238=379 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.60% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 238 (93.36% from 255 or 62.80% from 379); Max value from RGB is 238 - color contains mainly: blue. Hex color #1974EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1974EE is #E68B11. Grayscale: #666666. Windows color (decimal): -15108882 or 15627289. OLE color: 15627289.
HSL color Cylindrical-coordinate representation of color #1974EE: hue angle of 214.37º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1974EE is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 116 | 238 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.07 |
| HSL | 214.37º | 0.86% | 0.52% | - |
| HSV(B) | 214.37º | 0.89% | 0.93% | - |
| XYZ | 22.08 | 18.87 | 83.37 | - |
| YUV | 102.7 | 204.35 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 238 | 0.89 | 0.51 | 0 | 0.07 | 214.37 | 0.86 | 0.52 |
| Hex | 19 | 74 | EE | 59 | 33 | 0 | 7 | D6 | 56 | 34 |
| Octal | 31 | 164 | 356 | 131 | 63 | 0 | 7 | 326 | 126 | 64 |
| Binary | 11001 | 1110100 | 11101110 | 1011001 | 110011 | 0 | 111 | 11010110 | 1010110 | 110100 |
Color Harmonies of #1974EE
Complementary color
Monochromatic Colors of #1974EE
Black with #1974EE
Text Example
Text Example
White with #1974EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1974EE; }
p { color: rgb(25,116,238); }
H1.HeaderClassName
{
color: #1974EE;
}
.AnyTagClassName
{
color: #1974EE;
}
</style>
background-color css
<style>
a { background-color: #1974EE; }
a { background-color: rgb(25,116,238); }
div.DivClassName
{
background-color: #1974EE;
}
.BgClassName
{
background-color: #1974EE;
}
</style>
border-color css
<style>
span { border-color: #1974EE; }
span { border-color: rgb(25,116,238); }
td.TdClassName
{
border-color: #1974EE;
}
.TagClassName
{
border-color: #1974EE;
}
</style>