Shades of Dodger Blue #2079E4
Tints of Dodger Blue #2079E4
RGB
CMYK
RGB Variations
Color information
#2079E4 (or 0x2079E4) is known color: Dodger Blue. HEX triplet: 20, 79 and E4. RGB value is (32,121,228). Sum of RGB (Red+Green+Blue) = 32+121+228=381 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.40% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 228 (89.45% from 255 or 59.84% from 381); Max value from RGB is 228 - color contains mainly: blue. Hex color #2079E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2079E4 is #DF861B. Grayscale: #6A6A6A. Windows color (decimal): -14648860 or 14973216. OLE color: 14973216.
HSL color Cylindrical-coordinate representation of color #2079E4: hue angle of 212.76º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2079E4 is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 121 | 228 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.11 |
| HSL | 212.76º | 0.78% | 0.51% | - |
| HSV(B) | 212.76º | 0.86% | 0.89% | - |
| XYZ | 21.44 | 19.58 | 76.05 | - |
| YUV | 106.59 | 196.51 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 121 | 228 | 0.86 | 0.47 | 0 | 0.11 | 212.76 | 0.78 | 0.51 |
| Hex | 20 | 79 | E4 | 56 | 2F | 0 | B | D5 | 4E | 33 |
| Octal | 40 | 171 | 344 | 126 | 57 | 0 | 13 | 325 | 116 | 63 |
| Binary | 100000 | 1111001 | 11100100 | 1010110 | 101111 | 0 | 1011 | 11010101 | 1001110 | 110011 |
Color Harmonies of #2079E4
Complementary color
Monochromatic Colors of #2079E4
Black with #2079E4
Text Example
Text Example
White with #2079E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2079E4; }
p { color: rgb(32,121,228); }
H1.HeaderClassName
{
color: #2079E4;
}
.AnyTagClassName
{
color: #2079E4;
}
</style>
background-color css
<style>
a { background-color: #2079E4; }
a { background-color: rgb(32,121,228); }
div.DivClassName
{
background-color: #2079E4;
}
.BgClassName
{
background-color: #2079E4;
}
</style>
border-color css
<style>
span { border-color: #2079E4; }
span { border-color: rgb(32,121,228); }
td.TdClassName
{
border-color: #2079E4;
}
.TagClassName
{
border-color: #2079E4;
}
</style>