Shades of Dodger Blue #1973EF
Tints of Dodger Blue #1973EF
RGB
CMYK
RGB Variations
Color information
#1973EF (or 0x1973EF) is known color: Dodger Blue. HEX triplet: 19, 73 and EF. RGB value is (25,115,239). Sum of RGB (Red+Green+Blue) = 25+115+239=379 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.60% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #1973EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1973EF is #E68C10. Grayscale: #656565. Windows color (decimal): -15109137 or 15692569. OLE color: 15692569.
HSL color Cylindrical-coordinate representation of color #1973EF: hue angle of 214.77º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1973EF is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 115 | 239 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.06 |
| HSL | 214.77º | 0.87% | 0.52% | - |
| HSV(B) | 214.77º | 0.9% | 0.94% | - |
| XYZ | 22.11 | 18.7 | 84.11 | - |
| YUV | 102.23 | 205.18 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 239 | 0.90 | 0.52 | 0 | 0.06 | 214.77 | 0.87 | 0.52 |
| Hex | 19 | 73 | EF | 5A | 34 | 0 | 6 | D7 | 57 | 34 |
| Octal | 31 | 163 | 357 | 132 | 64 | 0 | 6 | 327 | 127 | 64 |
| Binary | 11001 | 1110011 | 11101111 | 1011010 | 110100 | 0 | 110 | 11010111 | 1010111 | 110100 |
Color Harmonies of #1973EF
Complementary color
Monochromatic Colors of #1973EF
Black with #1973EF
Text Example
Text Example
White with #1973EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1973EF; }
p { color: rgb(25,115,239); }
H1.HeaderClassName
{
color: #1973EF;
}
.AnyTagClassName
{
color: #1973EF;
}
</style>
background-color css
<style>
a { background-color: #1973EF; }
a { background-color: rgb(25,115,239); }
div.DivClassName
{
background-color: #1973EF;
}
.BgClassName
{
background-color: #1973EF;
}
</style>
border-color css
<style>
span { border-color: #1973EF; }
span { border-color: rgb(25,115,239); }
td.TdClassName
{
border-color: #1973EF;
}
.TagClassName
{
border-color: #1973EF;
}
</style>