Shades of Dodger Blue #2079ED
Tints of Dodger Blue #2079ED
RGB
CMYK
RGB Variations
Color information
#2079ED (or 0x2079ED) is known color: Dodger Blue. HEX triplet: 20, 79 and ED. RGB value is (32,121,237). Sum of RGB (Red+Green+Blue) = 32+121+237=390 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.21% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 237 (92.97% from 255 or 60.77% from 390); Max value from RGB is 237 - color contains mainly: blue. Hex color #2079ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2079ED is #DF8612. Grayscale: #6B6B6B. Windows color (decimal): -14648851 or 15563040. OLE color: 15563040.
HSL color Cylindrical-coordinate representation of color #2079ED: hue angle of 213.95º degrees, saturation: 0.85, 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 #2079ED is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 121 | 237 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.07 |
| HSL | 213.95º | 0.85% | 0.53% | - |
| HSV(B) | 213.95º | 0.86% | 0.93% | - |
| XYZ | 22.72 | 20.1 | 82.8 | - |
| YUV | 107.61 | 201.01 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 121 | 237 | 0.86 | 0.49 | 0 | 0.07 | 213.95 | 0.85 | 0.53 |
| Hex | 20 | 79 | ED | 56 | 31 | 0 | 7 | D6 | 55 | 35 |
| Octal | 40 | 171 | 355 | 126 | 61 | 0 | 7 | 326 | 125 | 65 |
| Binary | 100000 | 1111001 | 11101101 | 1010110 | 110001 | 0 | 111 | 11010110 | 1010101 | 110101 |
Color Harmonies of #2079ED
Complementary color
Monochromatic Colors of #2079ED
Black with #2079ED
Text Example
Text Example
White with #2079ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2079ED; }
p { color: rgb(32,121,237); }
H1.HeaderClassName
{
color: #2079ED;
}
.AnyTagClassName
{
color: #2079ED;
}
</style>
background-color css
<style>
a { background-color: #2079ED; }
a { background-color: rgb(32,121,237); }
div.DivClassName
{
background-color: #2079ED;
}
.BgClassName
{
background-color: #2079ED;
}
</style>
border-color css
<style>
span { border-color: #2079ED; }
span { border-color: rgb(32,121,237); }
td.TdClassName
{
border-color: #2079ED;
}
.TagClassName
{
border-color: #2079ED;
}
</style>