Shades of Dodger Blue #2E8AEC
Tints of Dodger Blue #2E8AEC
RGB
CMYK
RGB Variations
Color information
#2E8AEC (or 0x2E8AEC) is known color: Dodger Blue. HEX triplet: 2E, 8A and EC. RGB value is (46,138,236). Sum of RGB (Red+Green+Blue) = 46+138+236=420 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.95% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #2E8AEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E8AEC is #D17513. Grayscale: #797979. Windows color (decimal): -13726996 or 15501870. OLE color: 15501870.
HSL color Cylindrical-coordinate representation of color #2E8AEC: hue angle of 210.95º degrees, saturation: 0.83, 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 #2E8AEC is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 138 | 236 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.07 |
| HSL | 210.95º | 0.83% | 0.55% | - |
| HSV(B) | 210.95º | 0.81% | 0.93% | - |
| XYZ | 25.36 | 24.81 | 82.81 | - |
| YUV | 121.66 | 192.52 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 138 | 236 | 0.81 | 0.42 | 0 | 0.07 | 210.95 | 0.83 | 0.55 |
| Hex | 2E | 8A | EC | 51 | 2A | 0 | 7 | D3 | 53 | 37 |
| Octal | 56 | 212 | 354 | 121 | 52 | 0 | 7 | 323 | 123 | 67 |
| Binary | 101110 | 10001010 | 11101100 | 1010001 | 101010 | 0 | 111 | 11010011 | 1010011 | 110111 |
Color Harmonies of #2E8AEC
Complementary color
Monochromatic Colors of #2E8AEC
Black with #2E8AEC
Text Example
Text Example
White with #2E8AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8AEC; }
p { color: rgb(46,138,236); }
H1.HeaderClassName
{
color: #2E8AEC;
}
.AnyTagClassName
{
color: #2E8AEC;
}
</style>
background-color css
<style>
a { background-color: #2E8AEC; }
a { background-color: rgb(46,138,236); }
div.DivClassName
{
background-color: #2E8AEC;
}
.BgClassName
{
background-color: #2E8AEC;
}
</style>
border-color css
<style>
span { border-color: #2E8AEC; }
span { border-color: rgb(46,138,236); }
td.TdClassName
{
border-color: #2E8AEC;
}
.TagClassName
{
border-color: #2E8AEC;
}
</style>