Shades of Dodger Blue #2E7FE8
Tints of Dodger Blue #2E7FE8
RGB
CMYK
RGB Variations
Color information
#2E7FE8 (or 0x2E7FE8) is known color: Dodger Blue. HEX triplet: 2E, 7F and E8. RGB value is (46,127,232). Sum of RGB (Red+Green+Blue) = 46+127+232=405 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.36% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 232 (91.02% from 255 or 57.28% from 405); Max value from RGB is 232 - color contains mainly: blue. Hex color #2E7FE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E7FE8 is #D18017. Grayscale: #727272. Windows color (decimal): -13729816 or 15236910. OLE color: 15236910.
HSL color Cylindrical-coordinate representation of color #2E7FE8: hue angle of 213.87º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E7FE8 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 127 | 232 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.09 |
| HSL | 213.87º | 0.8% | 0.55% | - |
| HSV(B) | 213.87º | 0.8% | 0.91% | - |
| XYZ | 23.28 | 21.59 | 79.28 | - |
| YUV | 114.75 | 194.16 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 127 | 232 | 0.80 | 0.45 | 0 | 0.09 | 213.87 | 0.8 | 0.55 |
| Hex | 2E | 7F | E8 | 50 | 2D | 0 | 9 | D6 | 50 | 37 |
| Octal | 56 | 177 | 350 | 120 | 55 | 0 | 11 | 326 | 120 | 67 |
| Binary | 101110 | 1111111 | 11101000 | 1010000 | 101101 | 0 | 1001 | 11010110 | 1010000 | 110111 |
Color Harmonies of #2E7FE8
Complementary color
Monochromatic Colors of #2E7FE8
Black with #2E7FE8
Text Example
Text Example
White with #2E7FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7FE8; }
p { color: rgb(46,127,232); }
H1.HeaderClassName
{
color: #2E7FE8;
}
.AnyTagClassName
{
color: #2E7FE8;
}
</style>
background-color css
<style>
a { background-color: #2E7FE8; }
a { background-color: rgb(46,127,232); }
div.DivClassName
{
background-color: #2E7FE8;
}
.BgClassName
{
background-color: #2E7FE8;
}
</style>
border-color css
<style>
span { border-color: #2E7FE8; }
span { border-color: rgb(46,127,232); }
td.TdClassName
{
border-color: #2E7FE8;
}
.TagClassName
{
border-color: #2E7FE8;
}
</style>