Shades of Dodger Blue #1973EE
Tints of Dodger Blue #1973EE
RGB
CMYK
RGB Variations
Color information
#1973EE (or 0x1973EE) is known color: Dodger Blue. HEX triplet: 19, 73 and EE. RGB value is (25,115,238). Sum of RGB (Red+Green+Blue) = 25+115+238=378 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.61% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 238 (93.36% from 255 or 62.96% from 378); Max value from RGB is 238 - color contains mainly: blue. Hex color #1973EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1973EE is #E68C11. Grayscale: #656565. Windows color (decimal): -15109138 or 15627033. OLE color: 15627033.
HSL color Cylindrical-coordinate representation of color #1973EE: hue angle of 214.65º 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 #1973EE is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 115 | 238 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.07 |
| HSL | 214.65º | 0.86% | 0.52% | - |
| HSV(B) | 214.65º | 0.89% | 0.93% | - |
| XYZ | 21.96 | 18.64 | 83.33 | - |
| YUV | 102.11 | 204.68 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 238 | 0.89 | 0.52 | 0 | 0.07 | 214.65 | 0.86 | 0.52 |
| Hex | 19 | 73 | EE | 59 | 34 | 0 | 7 | D7 | 56 | 34 |
| Octal | 31 | 163 | 356 | 131 | 64 | 0 | 7 | 327 | 126 | 64 |
| Binary | 11001 | 1110011 | 11101110 | 1011001 | 110100 | 0 | 111 | 11010111 | 1010110 | 110100 |
Color Harmonies of #1973EE
Complementary color
Monochromatic Colors of #1973EE
Black with #1973EE
Text Example
Text Example
White with #1973EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1973EE; }
p { color: rgb(25,115,238); }
H1.HeaderClassName
{
color: #1973EE;
}
.AnyTagClassName
{
color: #1973EE;
}
</style>
background-color css
<style>
a { background-color: #1973EE; }
a { background-color: rgb(25,115,238); }
div.DivClassName
{
background-color: #1973EE;
}
.BgClassName
{
background-color: #1973EE;
}
</style>
border-color css
<style>
span { border-color: #1973EE; }
span { border-color: rgb(25,115,238); }
td.TdClassName
{
border-color: #1973EE;
}
.TagClassName
{
border-color: #1973EE;
}
</style>