Shades of Dodger Blue #2079EA
Tints of Dodger Blue #2079EA
RGB
CMYK
RGB Variations
Color information
#2079EA (or 0x2079EA) is known color: Dodger Blue. HEX triplet: 20, 79 and EA. RGB value is (32,121,234). Sum of RGB (Red+Green+Blue) = 32+121+234=387 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.27% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 234 (91.80% from 255 or 60.47% from 387); Max value from RGB is 234 - color contains mainly: blue. Hex color #2079EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2079EA is #DF8615. Grayscale: #6A6A6A. Windows color (decimal): -14648854 or 15366432. OLE color: 15366432.
HSL color Cylindrical-coordinate representation of color #2079EA: hue angle of 213.56º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2079EA is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 121 | 234 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.08 |
| HSL | 213.56º | 0.83% | 0.52% | - |
| HSV(B) | 213.56º | 0.86% | 0.92% | - |
| XYZ | 22.28 | 19.92 | 80.51 | - |
| YUV | 107.27 | 199.51 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 121 | 234 | 0.86 | 0.48 | 0 | 0.08 | 213.56 | 0.83 | 0.52 |
| Hex | 20 | 79 | EA | 56 | 30 | 0 | 8 | D6 | 53 | 34 |
| Octal | 40 | 171 | 352 | 126 | 60 | 0 | 10 | 326 | 123 | 64 |
| Binary | 100000 | 1111001 | 11101010 | 1010110 | 110000 | 0 | 1000 | 11010110 | 1010011 | 110100 |
Color Harmonies of #2079EA
Complementary color
Monochromatic Colors of #2079EA
Black with #2079EA
Text Example
Text Example
White with #2079EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2079EA; }
p { color: rgb(32,121,234); }
H1.HeaderClassName
{
color: #2079EA;
}
.AnyTagClassName
{
color: #2079EA;
}
</style>
background-color css
<style>
a { background-color: #2079EA; }
a { background-color: rgb(32,121,234); }
div.DivClassName
{
background-color: #2079EA;
}
.BgClassName
{
background-color: #2079EA;
}
</style>
border-color css
<style>
span { border-color: #2079EA; }
span { border-color: rgb(32,121,234); }
td.TdClassName
{
border-color: #2079EA;
}
.TagClassName
{
border-color: #2079EA;
}
</style>