Shades of Dodger Blue #2079E8
Tints of Dodger Blue #2079E8
RGB
CMYK
RGB Variations
Color information
#2079E8 (or 0x2079E8) is known color: Dodger Blue. HEX triplet: 20, 79 and E8. RGB value is (32,121,232). Sum of RGB (Red+Green+Blue) = 32+121+232=385 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.31% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 232 (91.02% from 255 or 60.26% from 385); Max value from RGB is 232 - color contains mainly: blue. Hex color #2079E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2079E8 is #DF8617. Grayscale: #6A6A6A. Windows color (decimal): -14648856 or 15235360. OLE color: 15235360.
HSL color Cylindrical-coordinate representation of color #2079E8: hue angle of 213.3º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2079E8 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 121 | 232 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.09 |
| HSL | 213.3º | 0.81% | 0.52% | - |
| HSV(B) | 213.3º | 0.86% | 0.91% | - |
| XYZ | 22 | 19.81 | 79.01 | - |
| YUV | 107.04 | 198.51 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 121 | 232 | 0.86 | 0.48 | 0 | 0.09 | 213.3 | 0.81 | 0.52 |
| Hex | 20 | 79 | E8 | 56 | 30 | 0 | 9 | D5 | 51 | 34 |
| Octal | 40 | 171 | 350 | 126 | 60 | 0 | 11 | 325 | 121 | 64 |
| Binary | 100000 | 1111001 | 11101000 | 1010110 | 110000 | 0 | 1001 | 11010101 | 1010001 | 110100 |
Color Harmonies of #2079E8
Complementary color
Monochromatic Colors of #2079E8
Black with #2079E8
Text Example
Text Example
White with #2079E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2079E8; }
p { color: rgb(32,121,232); }
H1.HeaderClassName
{
color: #2079E8;
}
.AnyTagClassName
{
color: #2079E8;
}
</style>
background-color css
<style>
a { background-color: #2079E8; }
a { background-color: rgb(32,121,232); }
div.DivClassName
{
background-color: #2079E8;
}
.BgClassName
{
background-color: #2079E8;
}
</style>
border-color css
<style>
span { border-color: #2079E8; }
span { border-color: rgb(32,121,232); }
td.TdClassName
{
border-color: #2079E8;
}
.TagClassName
{
border-color: #2079E8;
}
</style>