Shades of Dodger Blue #2070F4
Tints of Dodger Blue #2070F4
RGB
CMYK
RGB Variations
Color information
#2070F4 (or 0x2070F4) is known color: Dodger Blue. HEX triplet: 20, 70 and F4. RGB value is (32,112,244). Sum of RGB (Red+Green+Blue) = 32+112+244=388 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.25% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 244 (95.70% from 255 or 62.89% from 388); Max value from RGB is 244 - color contains mainly: blue. Hex color #2070F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2070F4 is #DF8F0B. Grayscale: #666666. Windows color (decimal): -14651148 or 16019488. OLE color: 16019488.
HSL color Cylindrical-coordinate representation of color #2070F4: hue angle of 217.36º 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 #2070F4 is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 112 | 244 | - |
| CMYK | 0.87 | 0.54 | 0 | 0.04 |
| HSL | 217.36º | 0.91% | 0.54% | - |
| HSV(B) | 217.36º | 0.87% | 0.96% | - |
| XYZ | 22.72 | 18.43 | 87.95 | - |
| YUV | 103.13 | 207.5 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 112 | 244 | 0.87 | 0.54 | 0 | 0.04 | 217.36 | 0.91 | 0.54 |
| Hex | 20 | 70 | F4 | 57 | 36 | 0 | 4 | D9 | 5B | 36 |
| Octal | 40 | 160 | 364 | 127 | 66 | 0 | 4 | 331 | 133 | 66 |
| Binary | 100000 | 1110000 | 11110100 | 1010111 | 110110 | 0 | 100 | 11011001 | 1011011 | 110110 |
Color Harmonies of #2070F4
Complementary color
Monochromatic Colors of #2070F4
Black with #2070F4
Text Example
Text Example
White with #2070F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2070F4; }
p { color: rgb(32,112,244); }
H1.HeaderClassName
{
color: #2070F4;
}
.AnyTagClassName
{
color: #2070F4;
}
</style>
background-color css
<style>
a { background-color: #2070F4; }
a { background-color: rgb(32,112,244); }
div.DivClassName
{
background-color: #2070F4;
}
.BgClassName
{
background-color: #2070F4;
}
</style>
border-color css
<style>
span { border-color: #2070F4; }
span { border-color: rgb(32,112,244); }
td.TdClassName
{
border-color: #2070F4;
}
.TagClassName
{
border-color: #2070F4;
}
</style>