Shades of Dodger Blue #1976EE
Tints of Dodger Blue #1976EE
RGB
CMYK
RGB Variations
Color information
#1976EE (or 0x1976EE) is known color: Dodger Blue. HEX triplet: 19, 76 and EE. RGB value is (25,118,238). Sum of RGB (Red+Green+Blue) = 25+118+238=381 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.56% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 238 (93.36% from 255 or 62.47% from 381); Max value from RGB is 238 - color contains mainly: blue. Hex color #1976EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1976EE is #E68911. Grayscale: #676767. Windows color (decimal): -15108370 or 15627801. OLE color: 15627801.
HSL color Cylindrical-coordinate representation of color #1976EE: hue angle of 213.8º 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 #1976EE is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 118 | 238 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.07 |
| HSL | 213.8º | 0.86% | 0.52% | - |
| HSV(B) | 213.8º | 0.89% | 0.93% | - |
| XYZ | 22.31 | 19.34 | 83.45 | - |
| YUV | 103.87 | 203.69 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 118 | 238 | 0.89 | 0.50 | 0 | 0.07 | 213.8 | 0.86 | 0.52 |
| Hex | 19 | 76 | EE | 59 | 32 | 0 | 7 | D6 | 56 | 34 |
| Octal | 31 | 166 | 356 | 131 | 62 | 0 | 7 | 326 | 126 | 64 |
| Binary | 11001 | 1110110 | 11101110 | 1011001 | 110010 | 0 | 111 | 11010110 | 1010110 | 110100 |
Color Harmonies of #1976EE
Complementary color
Monochromatic Colors of #1976EE
Black with #1976EE
Text Example
Text Example
White with #1976EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1976EE; }
p { color: rgb(25,118,238); }
H1.HeaderClassName
{
color: #1976EE;
}
.AnyTagClassName
{
color: #1976EE;
}
</style>
background-color css
<style>
a { background-color: #1976EE; }
a { background-color: rgb(25,118,238); }
div.DivClassName
{
background-color: #1976EE;
}
.BgClassName
{
background-color: #1976EE;
}
</style>
border-color css
<style>
span { border-color: #1976EE; }
span { border-color: rgb(25,118,238); }
td.TdClassName
{
border-color: #1976EE;
}
.TagClassName
{
border-color: #1976EE;
}
</style>