Shades of Dodger Blue #2078EF
Tints of Dodger Blue #2078EF
RGB
CMYK
RGB Variations
Color information
#2078EF (or 0x2078EF) is known color: Dodger Blue. HEX triplet: 20, 78 and EF. RGB value is (32,120,239). Sum of RGB (Red+Green+Blue) = 32+120+239=391 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.18% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #2078EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2078EF is #DF8710. Grayscale: #6A6A6A. Windows color (decimal): -14649105 or 15693856. OLE color: 15693856.
HSL color Cylindrical-coordinate representation of color #2078EF: hue angle of 214.49º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2078EF is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 120 | 239 | - |
| CMYK | 0.87 | 0.50 | 0 | 0.06 |
| HSL | 214.49º | 0.87% | 0.53% | - |
| HSV(B) | 214.49º | 0.87% | 0.94% | - |
| XYZ | 22.89 | 19.97 | 84.31 | - |
| YUV | 107.25 | 202.35 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 239 | 0.87 | 0.50 | 0 | 0.06 | 214.49 | 0.87 | 0.53 |
| Hex | 20 | 78 | EF | 57 | 32 | 0 | 6 | D6 | 57 | 35 |
| Octal | 40 | 170 | 357 | 127 | 62 | 0 | 6 | 326 | 127 | 65 |
| Binary | 100000 | 1111000 | 11101111 | 1010111 | 110010 | 0 | 110 | 11010110 | 1010111 | 110101 |
Color Harmonies of #2078EF
Complementary color
Monochromatic Colors of #2078EF
Black with #2078EF
Text Example
Text Example
White with #2078EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2078EF; }
p { color: rgb(32,120,239); }
H1.HeaderClassName
{
color: #2078EF;
}
.AnyTagClassName
{
color: #2078EF;
}
</style>
background-color css
<style>
a { background-color: #2078EF; }
a { background-color: rgb(32,120,239); }
div.DivClassName
{
background-color: #2078EF;
}
.BgClassName
{
background-color: #2078EF;
}
</style>
border-color css
<style>
span { border-color: #2078EF; }
span { border-color: rgb(32,120,239); }
td.TdClassName
{
border-color: #2078EF;
}
.TagClassName
{
border-color: #2078EF;
}
</style>