Shades of Dodger Blue #1978EA
Tints of Dodger Blue #1978EA
RGB
CMYK
RGB Variations
Color information
#1978EA (or 0x1978EA) is known color: Dodger Blue. HEX triplet: 19, 78 and EA. RGB value is (25,120,234). Sum of RGB (Red+Green+Blue) = 25+120+234=379 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.60% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 234 (91.80% from 255 or 61.74% from 379); Max value from RGB is 234 - color contains mainly: blue. Hex color #1978EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1978EA is #E68715. Grayscale: #686868. Windows color (decimal): -15107862 or 15366169. OLE color: 15366169.
HSL color Cylindrical-coordinate representation of color #1978EA: hue angle of 212.73º 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 #1978EA is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 120 | 234 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.08 |
| HSL | 212.73º | 0.83% | 0.51% | - |
| HSV(B) | 212.73º | 0.89% | 0.92% | - |
| XYZ | 21.97 | 19.58 | 80.46 | - |
| YUV | 104.59 | 201.03 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 234 | 0.89 | 0.49 | 0 | 0.08 | 212.73 | 0.83 | 0.51 |
| Hex | 19 | 78 | EA | 59 | 31 | 0 | 8 | D5 | 53 | 33 |
| Octal | 31 | 170 | 352 | 131 | 61 | 0 | 10 | 325 | 123 | 63 |
| Binary | 11001 | 1111000 | 11101010 | 1011001 | 110001 | 0 | 1000 | 11010101 | 1010011 | 110011 |
Color Harmonies of #1978EA
Complementary color
Monochromatic Colors of #1978EA
Black with #1978EA
Text Example
Text Example
White with #1978EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1978EA; }
p { color: rgb(25,120,234); }
H1.HeaderClassName
{
color: #1978EA;
}
.AnyTagClassName
{
color: #1978EA;
}
</style>
background-color css
<style>
a { background-color: #1978EA; }
a { background-color: rgb(25,120,234); }
div.DivClassName
{
background-color: #1978EA;
}
.BgClassName
{
background-color: #1978EA;
}
</style>
border-color css
<style>
span { border-color: #1978EA; }
span { border-color: rgb(25,120,234); }
td.TdClassName
{
border-color: #1978EA;
}
.TagClassName
{
border-color: #1978EA;
}
</style>