Shades of Dodger Blue #2073FA
Tints of Dodger Blue #2073FA
RGB
CMYK
RGB Variations
Color information
#2073FA (or 0x2073FA) is known color: Dodger Blue. HEX triplet: 20, 73 and FA. RGB value is (32,115,250). Sum of RGB (Red+Green+Blue) = 32+115+250=397 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.06% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #2073FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2073FA is #DF8C05. Grayscale: #686868. Windows color (decimal): -14650374 or 16413472. OLE color: 16413472.
HSL color Cylindrical-coordinate representation of color #2073FA: hue angle of 217.16º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2073FA is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 115 | 250 | - |
| CMYK | 0.87 | 0.54 | 0 | 0.02 |
| HSL | 217.16º | 0.96% | 0.55% | - |
| HSV(B) | 217.16º | 0.87% | 0.98% | - |
| XYZ | 23.98 | 19.47 | 92.94 | - |
| YUV | 105.57 | 209.5 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 115 | 250 | 0.87 | 0.54 | 0 | 0.02 | 217.16 | 0.96 | 0.55 |
| Hex | 20 | 73 | FA | 57 | 36 | 0 | 2 | D9 | 60 | 37 |
| Octal | 40 | 163 | 372 | 127 | 66 | 0 | 2 | 331 | 140 | 67 |
| Binary | 100000 | 1110011 | 11111010 | 1010111 | 110110 | 0 | 10 | 11011001 | 1100000 | 110111 |
Color Harmonies of #2073FA
Complementary color
Monochromatic Colors of #2073FA
Black with #2073FA
Text Example
Text Example
White with #2073FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2073FA; }
p { color: rgb(32,115,250); }
H1.HeaderClassName
{
color: #2073FA;
}
.AnyTagClassName
{
color: #2073FA;
}
</style>
background-color css
<style>
a { background-color: #2073FA; }
a { background-color: rgb(32,115,250); }
div.DivClassName
{
background-color: #2073FA;
}
.BgClassName
{
background-color: #2073FA;
}
</style>
border-color css
<style>
span { border-color: #2073FA; }
span { border-color: rgb(32,115,250); }
td.TdClassName
{
border-color: #2073FA;
}
.TagClassName
{
border-color: #2073FA;
}
</style>