Shades of Dodger Blue #2073EF
Tints of Dodger Blue #2073EF
RGB
CMYK
RGB Variations
Color information
#2073EF (or 0x2073EF) is known color: Dodger Blue. HEX triplet: 20, 73 and EF. RGB value is (32,115,239). Sum of RGB (Red+Green+Blue) = 32+115+239=386 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.29% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 239 (93.75% from 255 or 61.92% from 386); Max value from RGB is 239 - color contains mainly: blue. Hex color #2073EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2073EF is #DF8C10. Grayscale: #676767. Windows color (decimal): -14650385 or 15692576. OLE color: 15692576.
HSL color Cylindrical-coordinate representation of color #2073EF: hue angle of 215.94º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2073EF is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 115 | 239 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.06 |
| HSL | 215.94º | 0.87% | 0.53% | - |
| HSV(B) | 215.94º | 0.87% | 0.94% | - |
| XYZ | 22.31 | 18.8 | 84.11 | - |
| YUV | 104.32 | 204 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 115 | 239 | 0.87 | 0.52 | 0 | 0.06 | 215.94 | 0.87 | 0.53 |
| Hex | 20 | 73 | EF | 57 | 34 | 0 | 6 | D8 | 57 | 35 |
| Octal | 40 | 163 | 357 | 127 | 64 | 0 | 6 | 330 | 127 | 65 |
| Binary | 100000 | 1110011 | 11101111 | 1010111 | 110100 | 0 | 110 | 11011000 | 1010111 | 110101 |
Color Harmonies of #2073EF
Complementary color
Monochromatic Colors of #2073EF
Black with #2073EF
Text Example
Text Example
White with #2073EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2073EF; }
p { color: rgb(32,115,239); }
H1.HeaderClassName
{
color: #2073EF;
}
.AnyTagClassName
{
color: #2073EF;
}
</style>
background-color css
<style>
a { background-color: #2073EF; }
a { background-color: rgb(32,115,239); }
div.DivClassName
{
background-color: #2073EF;
}
.BgClassName
{
background-color: #2073EF;
}
</style>
border-color css
<style>
span { border-color: #2073EF; }
span { border-color: rgb(32,115,239); }
td.TdClassName
{
border-color: #2073EF;
}
.TagClassName
{
border-color: #2073EF;
}
</style>