Shades of Dodger Blue #2994EE
Tints of Dodger Blue #2994EE
RGB
CMYK
RGB Variations
Color information
#2994EE (or 0x2994EE) is known color: Dodger Blue. HEX triplet: 29, 94 and EE. RGB value is (41,148,238). Sum of RGB (Red+Green+Blue) = 41+148+238=427 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.60% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 238 (93.36% from 255 or 55.74% from 427); Max value from RGB is 238 - color contains mainly: blue. Hex color #2994EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2994EE is #D66B11. Grayscale: #7D7D7D. Windows color (decimal): -14052114 or 15635497. OLE color: 15635497.
HSL color Cylindrical-coordinate representation of color #2994EE: hue angle of 207.41º 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 #2994EE is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 148 | 238 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.07 |
| HSL | 207.41º | 0.85% | 0.55% | - |
| HSV(B) | 207.41º | 0.83% | 0.93% | - |
| XYZ | 26.94 | 27.82 | 84.84 | - |
| YUV | 126.27 | 191.05 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 148 | 238 | 0.83 | 0.38 | 0 | 0.07 | 207.41 | 0.85 | 0.55 |
| Hex | 29 | 94 | EE | 53 | 26 | 0 | 7 | CF | 55 | 37 |
| Octal | 51 | 224 | 356 | 123 | 46 | 0 | 7 | 317 | 125 | 67 |
| Binary | 101001 | 10010100 | 11101110 | 1010011 | 100110 | 0 | 111 | 11001111 | 1010101 | 110111 |
Color Harmonies of #2994EE
Complementary color
Monochromatic Colors of #2994EE
Black with #2994EE
Text Example
Text Example
White with #2994EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2994EE; }
p { color: rgb(41,148,238); }
H1.HeaderClassName
{
color: #2994EE;
}
.AnyTagClassName
{
color: #2994EE;
}
</style>
background-color css
<style>
a { background-color: #2994EE; }
a { background-color: rgb(41,148,238); }
div.DivClassName
{
background-color: #2994EE;
}
.BgClassName
{
background-color: #2994EE;
}
</style>
border-color css
<style>
span { border-color: #2994EE; }
span { border-color: rgb(41,148,238); }
td.TdClassName
{
border-color: #2994EE;
}
.TagClassName
{
border-color: #2994EE;
}
</style>