Shades of Dodger Blue #2978EE
Tints of Dodger Blue #2978EE
RGB
CMYK
RGB Variations
Color information
#2978EE (or 0x2978EE) is known color: Dodger Blue. HEX triplet: 29, 78 and EE. RGB value is (41,120,238). Sum of RGB (Red+Green+Blue) = 41+120+238=399 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.28% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 238 (93.36% from 255 or 59.65% from 399); Max value from RGB is 238 - color contains mainly: blue. Hex color #2978EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2978EE is #D68711. Grayscale: #6D6D6D. Windows color (decimal): -14059282 or 15628329. OLE color: 15628329.
HSL color Cylindrical-coordinate representation of color #2978EE: hue angle of 215.94º 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 #2978EE is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 120 | 238 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.07 |
| HSL | 215.94º | 0.85% | 0.55% | - |
| HSV(B) | 215.94º | 0.83% | 0.93% | - |
| XYZ | 23.06 | 20.08 | 83.55 | - |
| YUV | 109.83 | 200.33 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 120 | 238 | 0.83 | 0.50 | 0 | 0.07 | 215.94 | 0.85 | 0.55 |
| Hex | 29 | 78 | EE | 53 | 32 | 0 | 7 | D8 | 55 | 37 |
| Octal | 51 | 170 | 356 | 123 | 62 | 0 | 7 | 330 | 125 | 67 |
| Binary | 101001 | 1111000 | 11101110 | 1010011 | 110010 | 0 | 111 | 11011000 | 1010101 | 110111 |
Color Harmonies of #2978EE
Complementary color
Monochromatic Colors of #2978EE
Black with #2978EE
Text Example
Text Example
White with #2978EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2978EE; }
p { color: rgb(41,120,238); }
H1.HeaderClassName
{
color: #2978EE;
}
.AnyTagClassName
{
color: #2978EE;
}
</style>
background-color css
<style>
a { background-color: #2978EE; }
a { background-color: rgb(41,120,238); }
div.DivClassName
{
background-color: #2978EE;
}
.BgClassName
{
background-color: #2978EE;
}
</style>
border-color css
<style>
span { border-color: #2978EE; }
span { border-color: rgb(41,120,238); }
td.TdClassName
{
border-color: #2978EE;
}
.TagClassName
{
border-color: #2978EE;
}
</style>