Shades of Dodger Blue #2994E5
Tints of Dodger Blue #2994E5
RGB
CMYK
RGB Variations
Color information
#2994E5 (or 0x2994E5) is known color: Dodger Blue. HEX triplet: 29, 94 and E5. RGB value is (41,148,229). Sum of RGB (Red+Green+Blue) = 41+148+229=418 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.81% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 229 (89.84% from 255 or 54.78% from 418); Max value from RGB is 229 - color contains mainly: blue. Hex color #2994E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2994E5 is #D66B1A. Grayscale: #7C7C7C. Windows color (decimal): -14052123 or 15045673. OLE color: 15045673.
HSL color Cylindrical-coordinate representation of color #2994E5: hue angle of 205.85º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2994E5 is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 148 | 229 | - |
| CMYK | 0.82 | 0.35 | 0 | 0.10 |
| HSL | 205.85º | 0.78% | 0.53% | - |
| HSV(B) | 205.85º | 0.82% | 0.9% | - |
| XYZ | 25.65 | 27.31 | 78.05 | - |
| YUV | 125.24 | 186.55 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 148 | 229 | 0.82 | 0.35 | 0 | 0.10 | 205.85 | 0.78 | 0.53 |
| Hex | 29 | 94 | E5 | 52 | 23 | 0 | A | CE | 4E | 35 |
| Octal | 51 | 224 | 345 | 122 | 43 | 0 | 12 | 316 | 116 | 65 |
| Binary | 101001 | 10010100 | 11100101 | 1010010 | 100011 | 0 | 1010 | 11001110 | 1001110 | 110101 |
Color Harmonies of #2994E5
Complementary color
Monochromatic Colors of #2994E5
Black with #2994E5
Text Example
Text Example
White with #2994E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2994E5; }
p { color: rgb(41,148,229); }
H1.HeaderClassName
{
color: #2994E5;
}
.AnyTagClassName
{
color: #2994E5;
}
</style>
background-color css
<style>
a { background-color: #2994E5; }
a { background-color: rgb(41,148,229); }
div.DivClassName
{
background-color: #2994E5;
}
.BgClassName
{
background-color: #2994E5;
}
</style>
border-color css
<style>
span { border-color: #2994E5; }
span { border-color: rgb(41,148,229); }
td.TdClassName
{
border-color: #2994E5;
}
.TagClassName
{
border-color: #2994E5;
}
</style>