Shades of Dodger Blue #2979EE
Tints of Dodger Blue #2979EE
RGB
CMYK
RGB Variations
Color information
#2979EE (or 0x2979EE) is known color: Dodger Blue. HEX triplet: 29, 79 and EE. RGB value is (41,121,238). Sum of RGB (Red+Green+Blue) = 41+121+238=400 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.25% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 238 (93.36% from 255 or 59.5% from 400); Max value from RGB is 238 - color contains mainly: blue. Hex color #2979EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2979EE is #D68611. Grayscale: #6D6D6D. Windows color (decimal): -14059026 or 15628585. OLE color: 15628585.
HSL color Cylindrical-coordinate representation of color #2979EE: hue angle of 215.63º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2979EE is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 121 | 238 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.07 |
| HSL | 215.63º | 0.85% | 0.55% | - |
| HSV(B) | 215.63º | 0.83% | 0.93% | - |
| XYZ | 23.18 | 20.32 | 83.59 | - |
| YUV | 110.42 | 200 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 121 | 238 | 0.83 | 0.49 | 0 | 0.07 | 215.63 | 0.85 | 0.55 |
| Hex | 29 | 79 | EE | 53 | 31 | 0 | 7 | D8 | 55 | 37 |
| Octal | 51 | 171 | 356 | 123 | 61 | 0 | 7 | 330 | 125 | 67 |
| Binary | 101001 | 1111001 | 11101110 | 1010011 | 110001 | 0 | 111 | 11011000 | 1010101 | 110111 |
Color Harmonies of #2979EE
Complementary color
Monochromatic Colors of #2979EE
Black with #2979EE
Text Example
Text Example
White with #2979EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2979EE; }
p { color: rgb(41,121,238); }
H1.HeaderClassName
{
color: #2979EE;
}
.AnyTagClassName
{
color: #2979EE;
}
</style>
background-color css
<style>
a { background-color: #2979EE; }
a { background-color: rgb(41,121,238); }
div.DivClassName
{
background-color: #2979EE;
}
.BgClassName
{
background-color: #2979EE;
}
</style>
border-color css
<style>
span { border-color: #2979EE; }
span { border-color: rgb(41,121,238); }
td.TdClassName
{
border-color: #2979EE;
}
.TagClassName
{
border-color: #2979EE;
}
</style>