Shades of Dodger Blue #2E7EEE
Tints of Dodger Blue #2E7EEE
RGB
CMYK
RGB Variations
Color information
#2E7EEE (or 0x2E7EEE) is known color: Dodger Blue. HEX triplet: 2E, 7E and EE. RGB value is (46,126,238). Sum of RGB (Red+Green+Blue) = 46+126+238=410 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.22% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 238 (93.36% from 255 or 58.05% from 410); Max value from RGB is 238 - color contains mainly: blue. Hex color #2E7EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E7EEE is #D18111. Grayscale: #727272. Windows color (decimal): -13730066 or 15629870. OLE color: 15629870.
HSL color Cylindrical-coordinate representation of color #2E7EEE: hue angle of 215º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E7EEE is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 126 | 238 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.07 |
| HSL | 215º | 0.85% | 0.56% | - |
| HSV(B) | 215º | 0.81% | 0.93% | - |
| XYZ | 24.02 | 21.68 | 83.81 | - |
| YUV | 114.85 | 197.5 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 126 | 238 | 0.81 | 0.47 | 0 | 0.07 | 215 | 0.85 | 0.56 |
| Hex | 2E | 7E | EE | 51 | 2F | 0 | 7 | D7 | 55 | 38 |
| Octal | 56 | 176 | 356 | 121 | 57 | 0 | 7 | 327 | 125 | 70 |
| Binary | 101110 | 1111110 | 11101110 | 1010001 | 101111 | 0 | 111 | 11010111 | 1010101 | 111000 |
Color Harmonies of #2E7EEE
Complementary color
Monochromatic Colors of #2E7EEE
Black with #2E7EEE
Text Example
Text Example
White with #2E7EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7EEE; }
p { color: rgb(46,126,238); }
H1.HeaderClassName
{
color: #2E7EEE;
}
.AnyTagClassName
{
color: #2E7EEE;
}
</style>
background-color css
<style>
a { background-color: #2E7EEE; }
a { background-color: rgb(46,126,238); }
div.DivClassName
{
background-color: #2E7EEE;
}
.BgClassName
{
background-color: #2E7EEE;
}
</style>
border-color css
<style>
span { border-color: #2E7EEE; }
span { border-color: rgb(46,126,238); }
td.TdClassName
{
border-color: #2E7EEE;
}
.TagClassName
{
border-color: #2E7EEE;
}
</style>