Shades of Dodger Blue #2E8EDD
Tints of Dodger Blue #2E8EDD
RGB
CMYK
RGB Variations
Color information
#2E8EDD (or 0x2E8EDD) is known color: Dodger Blue. HEX triplet: 2E, 8E and DD. RGB value is (46,142,221). Sum of RGB (Red+Green+Blue) = 46+142+221=409 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.25% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E8EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8EDD is #D17122. Grayscale: #797979. Windows color (decimal): -13725987 or 14519854. OLE color: 14519854.
HSL color Cylindrical-coordinate representation of color #2E8EDD: hue angle of 207.09º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E8EDD is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 142 | 221 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.13 |
| HSL | 207.09º | 0.72% | 0.52% | - |
| HSV(B) | 207.09º | 0.79% | 0.87% | - |
| XYZ | 23.85 | 25.15 | 72 | - |
| YUV | 122.3 | 183.7 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 142 | 221 | 0.79 | 0.36 | 0 | 0.13 | 207.09 | 0.72 | 0.52 |
| Hex | 2E | 8E | DD | 4F | 24 | 0 | D | CF | 48 | 34 |
| Octal | 56 | 216 | 335 | 117 | 44 | 0 | 15 | 317 | 110 | 64 |
| Binary | 101110 | 10001110 | 11011101 | 1001111 | 100100 | 0 | 1101 | 11001111 | 1001000 | 110100 |
Color Harmonies of #2E8EDD
Complementary color
Monochromatic Colors of #2E8EDD
Black with #2E8EDD
Text Example
Text Example
White with #2E8EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8EDD; }
p { color: rgb(46,142,221); }
H1.HeaderClassName
{
color: #2E8EDD;
}
.AnyTagClassName
{
color: #2E8EDD;
}
</style>
background-color css
<style>
a { background-color: #2E8EDD; }
a { background-color: rgb(46,142,221); }
div.DivClassName
{
background-color: #2E8EDD;
}
.BgClassName
{
background-color: #2E8EDD;
}
</style>
border-color css
<style>
span { border-color: #2E8EDD; }
span { border-color: rgb(46,142,221); }
td.TdClassName
{
border-color: #2E8EDD;
}
.TagClassName
{
border-color: #2E8EDD;
}
</style>