Shades of Dodger Blue #2073ED
Tints of Dodger Blue #2073ED
RGB
CMYK
RGB Variations
Color information
#2073ED (or 0x2073ED) is known color: Dodger Blue. HEX triplet: 20, 73 and ED. RGB value is (32,115,237). Sum of RGB (Red+Green+Blue) = 32+115+237=384 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.33% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 237 (92.97% from 255 or 61.72% from 384); Max value from RGB is 237 - color contains mainly: blue. Hex color #2073ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2073ED is #DF8C12. Grayscale: #676767. Windows color (decimal): -14650387 or 15561504. OLE color: 15561504.
HSL color Cylindrical-coordinate representation of color #2073ED: hue angle of 215.71º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2073ED is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 115 | 237 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.07 |
| HSL | 215.71º | 0.85% | 0.53% | - |
| HSV(B) | 215.71º | 0.86% | 0.93% | - |
| XYZ | 22.01 | 18.68 | 82.57 | - |
| YUV | 104.09 | 203 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 115 | 237 | 0.86 | 0.51 | 0 | 0.07 | 215.71 | 0.85 | 0.53 |
| Hex | 20 | 73 | ED | 56 | 33 | 0 | 7 | D8 | 55 | 35 |
| Octal | 40 | 163 | 355 | 126 | 63 | 0 | 7 | 330 | 125 | 65 |
| Binary | 100000 | 1110011 | 11101101 | 1010110 | 110011 | 0 | 111 | 11011000 | 1010101 | 110101 |
Color Harmonies of #2073ED
Complementary color
Monochromatic Colors of #2073ED
Black with #2073ED
Text Example
Text Example
White with #2073ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2073ED; }
p { color: rgb(32,115,237); }
H1.HeaderClassName
{
color: #2073ED;
}
.AnyTagClassName
{
color: #2073ED;
}
</style>
background-color css
<style>
a { background-color: #2073ED; }
a { background-color: rgb(32,115,237); }
div.DivClassName
{
background-color: #2073ED;
}
.BgClassName
{
background-color: #2073ED;
}
</style>
border-color css
<style>
span { border-color: #2073ED; }
span { border-color: rgb(32,115,237); }
td.TdClassName
{
border-color: #2073ED;
}
.TagClassName
{
border-color: #2073ED;
}
</style>