Shades of Dodger Blue #2E9AED
Tints of Dodger Blue #2E9AED
RGB
CMYK
RGB Variations
Color information
#2E9AED (or 0x2E9AED) is known color: Dodger Blue. HEX triplet: 2E, 9A and ED. RGB value is (46,154,237). Sum of RGB (Red+Green+Blue) = 46+154+237=437 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.53% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #2E9AED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E9AED is #D16512. Grayscale: #828282. Windows color (decimal): -13722899 or 15571502. OLE color: 15571502.
HSL color Cylindrical-coordinate representation of color #2E9AED: hue angle of 206.07º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E9AED is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 154 | 237 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.07 |
| HSL | 206.07º | 0.84% | 0.55% | - |
| HSV(B) | 206.07º | 0.81% | 0.93% | - |
| XYZ | 27.97 | 29.81 | 84.4 | - |
| YUV | 131.17 | 187.72 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 154 | 237 | 0.81 | 0.35 | 0 | 0.07 | 206.07 | 0.84 | 0.55 |
| Hex | 2E | 9A | ED | 51 | 23 | 0 | 7 | CE | 54 | 37 |
| Octal | 56 | 232 | 355 | 121 | 43 | 0 | 7 | 316 | 124 | 67 |
| Binary | 101110 | 10011010 | 11101101 | 1010001 | 100011 | 0 | 111 | 11001110 | 1010100 | 110111 |
Color Harmonies of #2E9AED
Complementary color
Monochromatic Colors of #2E9AED
Black with #2E9AED
Text Example
Text Example
White with #2E9AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9AED; }
p { color: rgb(46,154,237); }
H1.HeaderClassName
{
color: #2E9AED;
}
.AnyTagClassName
{
color: #2E9AED;
}
</style>
background-color css
<style>
a { background-color: #2E9AED; }
a { background-color: rgb(46,154,237); }
div.DivClassName
{
background-color: #2E9AED;
}
.BgClassName
{
background-color: #2E9AED;
}
</style>
border-color css
<style>
span { border-color: #2E9AED; }
span { border-color: rgb(46,154,237); }
td.TdClassName
{
border-color: #2E9AED;
}
.TagClassName
{
border-color: #2E9AED;
}
</style>