Shades of Dodger Blue #2979ED
Tints of Dodger Blue #2979ED
RGB
CMYK
RGB Variations
Color information
#2979ED (or 0x2979ED) is known color: Dodger Blue. HEX triplet: 29, 79 and ED. RGB value is (41,121,237). Sum of RGB (Red+Green+Blue) = 41+121+237=399 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.28% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 237 (92.97% from 255 or 59.40% from 399); Max value from RGB is 237 - color contains mainly: blue. Hex color #2979ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2979ED is #D68612. Grayscale: #6D6D6D. Windows color (decimal): -14059027 or 15563049. OLE color: 15563049.
HSL color Cylindrical-coordinate representation of color #2979ED: hue angle of 215.51º degrees, saturation: 0.84, 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 #2979ED is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 121 | 237 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.07 |
| HSL | 215.51º | 0.84% | 0.55% | - |
| HSV(B) | 215.51º | 0.83% | 0.93% | - |
| XYZ | 23.04 | 20.26 | 82.82 | - |
| YUV | 110.3 | 199.5 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 121 | 237 | 0.83 | 0.49 | 0 | 0.07 | 215.51 | 0.84 | 0.55 |
| Hex | 29 | 79 | ED | 53 | 31 | 0 | 7 | D8 | 54 | 37 |
| Octal | 51 | 171 | 355 | 123 | 61 | 0 | 7 | 330 | 124 | 67 |
| Binary | 101001 | 1111001 | 11101101 | 1010011 | 110001 | 0 | 111 | 11011000 | 1010100 | 110111 |
Color Harmonies of #2979ED
Complementary color
Monochromatic Colors of #2979ED
Black with #2979ED
Text Example
Text Example
White with #2979ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2979ED; }
p { color: rgb(41,121,237); }
H1.HeaderClassName
{
color: #2979ED;
}
.AnyTagClassName
{
color: #2979ED;
}
</style>
background-color css
<style>
a { background-color: #2979ED; }
a { background-color: rgb(41,121,237); }
div.DivClassName
{
background-color: #2979ED;
}
.BgClassName
{
background-color: #2979ED;
}
</style>
border-color css
<style>
span { border-color: #2979ED; }
span { border-color: rgb(41,121,237); }
td.TdClassName
{
border-color: #2979ED;
}
.TagClassName
{
border-color: #2979ED;
}
</style>