Shades of Dodger Blue #2073F4
Tints of Dodger Blue #2073F4
RGB
CMYK
RGB Variations
Color information
#2073F4 (or 0x2073F4) is known color: Dodger Blue. HEX triplet: 20, 73 and F4. RGB value is (32,115,244). Sum of RGB (Red+Green+Blue) = 32+115+244=391 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.18% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 244 (95.70% from 255 or 62.40% from 391); Max value from RGB is 244 - color contains mainly: blue. Hex color #2073F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2073F4 is #DF8C0B. Grayscale: #686868. Windows color (decimal): -14650380 or 16020256. OLE color: 16020256.
HSL color Cylindrical-coordinate representation of color #2073F4: hue angle of 216.51º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2073F4 is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 115 | 244 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.04 |
| HSL | 216.51º | 0.91% | 0.54% | - |
| HSV(B) | 216.51º | 0.87% | 0.96% | - |
| XYZ | 23.06 | 19.1 | 88.06 | - |
| YUV | 104.89 | 206.5 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 115 | 244 | 0.87 | 0.53 | 0 | 0.04 | 216.51 | 0.91 | 0.54 |
| Hex | 20 | 73 | F4 | 57 | 35 | 0 | 4 | D9 | 5B | 36 |
| Octal | 40 | 163 | 364 | 127 | 65 | 0 | 4 | 331 | 133 | 66 |
| Binary | 100000 | 1110011 | 11110100 | 1010111 | 110101 | 0 | 100 | 11011001 | 1011011 | 110110 |
Color Harmonies of #2073F4
Complementary color
Monochromatic Colors of #2073F4
Black with #2073F4
Text Example
Text Example
White with #2073F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2073F4; }
p { color: rgb(32,115,244); }
H1.HeaderClassName
{
color: #2073F4;
}
.AnyTagClassName
{
color: #2073F4;
}
</style>
background-color css
<style>
a { background-color: #2073F4; }
a { background-color: rgb(32,115,244); }
div.DivClassName
{
background-color: #2073F4;
}
.BgClassName
{
background-color: #2073F4;
}
</style>
border-color css
<style>
span { border-color: #2073F4; }
span { border-color: rgb(32,115,244); }
td.TdClassName
{
border-color: #2073F4;
}
.TagClassName
{
border-color: #2073F4;
}
</style>