Shades of Dodger Blue #1978EE
Tints of Dodger Blue #1978EE
RGB
CMYK
RGB Variations
Color information
#1978EE (or 0x1978EE) is known color: Dodger Blue. HEX triplet: 19, 78 and EE. RGB value is (25,120,238). Sum of RGB (Red+Green+Blue) = 25+120+238=383 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.53% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 238 (93.36% from 255 or 62.14% from 383); Max value from RGB is 238 - color contains mainly: blue. Hex color #1978EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1978EE is #E68711. Grayscale: #686868. Windows color (decimal): -15107858 or 15628313. OLE color: 15628313.
HSL color Cylindrical-coordinate representation of color #1978EE: hue angle of 213.24º 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 #1978EE is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 120 | 238 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.07 |
| HSL | 213.24º | 0.86% | 0.52% | - |
| HSV(B) | 213.24º | 0.89% | 0.93% | - |
| XYZ | 22.55 | 19.81 | 83.52 | - |
| YUV | 105.05 | 203.03 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 238 | 0.89 | 0.50 | 0 | 0.07 | 213.24 | 0.86 | 0.52 |
| Hex | 19 | 78 | EE | 59 | 32 | 0 | 7 | D5 | 56 | 34 |
| Octal | 31 | 170 | 356 | 131 | 62 | 0 | 7 | 325 | 126 | 64 |
| Binary | 11001 | 1111000 | 11101110 | 1011001 | 110010 | 0 | 111 | 11010101 | 1010110 | 110100 |
Color Harmonies of #1978EE
Complementary color
Monochromatic Colors of #1978EE
Black with #1978EE
Text Example
Text Example
White with #1978EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1978EE; }
p { color: rgb(25,120,238); }
H1.HeaderClassName
{
color: #1978EE;
}
.AnyTagClassName
{
color: #1978EE;
}
</style>
background-color css
<style>
a { background-color: #1978EE; }
a { background-color: rgb(25,120,238); }
div.DivClassName
{
background-color: #1978EE;
}
.BgClassName
{
background-color: #1978EE;
}
</style>
border-color css
<style>
span { border-color: #1978EE; }
span { border-color: rgb(25,120,238); }
td.TdClassName
{
border-color: #1978EE;
}
.TagClassName
{
border-color: #1978EE;
}
</style>