Shades of Dodger Blue #2879EC
Tints of Dodger Blue #2879EC
RGB
CMYK
RGB Variations
Color information
#2879EC (or 0x2879EC) is known color: Dodger Blue. HEX triplet: 28, 79 and EC. RGB value is (40,121,236). Sum of RGB (Red+Green+Blue) = 40+121+236=397 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.08% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #2879EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2879EC is #D78613. Grayscale: #6D6D6D. Windows color (decimal): -14124564 or 15497512. OLE color: 15497512.
HSL color Cylindrical-coordinate representation of color #2879EC: hue angle of 215.2º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2879EC is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 121 | 236 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.07 |
| HSL | 215.2º | 0.84% | 0.54% | - |
| HSV(B) | 215.2º | 0.83% | 0.93% | - |
| XYZ | 22.85 | 20.18 | 82.05 | - |
| YUV | 109.89 | 199.16 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 121 | 236 | 0.83 | 0.49 | 0 | 0.07 | 215.2 | 0.84 | 0.54 |
| Hex | 28 | 79 | EC | 53 | 31 | 0 | 7 | D7 | 54 | 36 |
| Octal | 50 | 171 | 354 | 123 | 61 | 0 | 7 | 327 | 124 | 66 |
| Binary | 101000 | 1111001 | 11101100 | 1010011 | 110001 | 0 | 111 | 11010111 | 1010100 | 110110 |
Color Harmonies of #2879EC
Complementary color
Monochromatic Colors of #2879EC
Black with #2879EC
Text Example
Text Example
White with #2879EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2879EC; }
p { color: rgb(40,121,236); }
H1.HeaderClassName
{
color: #2879EC;
}
.AnyTagClassName
{
color: #2879EC;
}
</style>
background-color css
<style>
a { background-color: #2879EC; }
a { background-color: rgb(40,121,236); }
div.DivClassName
{
background-color: #2879EC;
}
.BgClassName
{
background-color: #2879EC;
}
</style>
border-color css
<style>
span { border-color: #2879EC; }
span { border-color: rgb(40,121,236); }
td.TdClassName
{
border-color: #2879EC;
}
.TagClassName
{
border-color: #2879EC;
}
</style>