Shades of Dodger Blue #2075EC
Tints of Dodger Blue #2075EC
RGB
CMYK
RGB Variations
Color information
#2075EC (or 0x2075EC) is known color: Dodger Blue. HEX triplet: 20, 75 and EC. RGB value is (32,117,236). Sum of RGB (Red+Green+Blue) = 32+117+236=385 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.31% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #2075EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2075EC is #DF8A13. Grayscale: #686868. Windows color (decimal): -14649876 or 15496480. OLE color: 15496480.
HSL color Cylindrical-coordinate representation of color #2075EC: hue angle of 215º degrees, saturation: 0.84, 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 #2075EC is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 117 | 236 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.07 |
| HSL | 215º | 0.84% | 0.53% | - |
| HSV(B) | 215º | 0.86% | 0.93% | - |
| XYZ | 22.1 | 19.09 | 81.88 | - |
| YUV | 105.15 | 201.84 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 117 | 236 | 0.86 | 0.50 | 0 | 0.07 | 215 | 0.84 | 0.53 |
| Hex | 20 | 75 | EC | 56 | 32 | 0 | 7 | D7 | 54 | 35 |
| Octal | 40 | 165 | 354 | 126 | 62 | 0 | 7 | 327 | 124 | 65 |
| Binary | 100000 | 1110101 | 11101100 | 1010110 | 110010 | 0 | 111 | 11010111 | 1010100 | 110101 |
Color Harmonies of #2075EC
Complementary color
Monochromatic Colors of #2075EC
Black with #2075EC
Text Example
Text Example
White with #2075EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2075EC; }
p { color: rgb(32,117,236); }
H1.HeaderClassName
{
color: #2075EC;
}
.AnyTagClassName
{
color: #2075EC;
}
</style>
background-color css
<style>
a { background-color: #2075EC; }
a { background-color: rgb(32,117,236); }
div.DivClassName
{
background-color: #2075EC;
}
.BgClassName
{
background-color: #2075EC;
}
</style>
border-color css
<style>
span { border-color: #2075EC; }
span { border-color: rgb(32,117,236); }
td.TdClassName
{
border-color: #2075EC;
}
.TagClassName
{
border-color: #2075EC;
}
</style>