Shades of Dodger Blue #2E7CF8
Tints of Dodger Blue #2E7CF8
RGB
CMYK
RGB Variations
Color information
#2E7CF8 (or 0x2E7CF8) is known color: Dodger Blue. HEX triplet: 2E, 7C and F8. RGB value is (46,124,248). Sum of RGB (Red+Green+Blue) = 46+124+248=418 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.00% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 248 (97.27% from 255 or 59.33% from 418); Max value from RGB is 248 - color contains mainly: blue. Hex color #2E7CF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E7CF8 is #D18307. Grayscale: #727272. Windows color (decimal): -13730568 or 16284718. OLE color: 16284718.
HSL color Cylindrical-coordinate representation of color #2E7CF8: hue angle of 216.83º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E7CF8 is Cyan = 0.81, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 124 | 248 | - |
| CMYK | 0.81 | 0.5 | 0 | 0.03 |
| HSL | 216.83º | 0.94% | 0.58% | - |
| HSV(B) | 216.83º | 0.81% | 0.97% | - |
| XYZ | 25.28 | 21.77 | 91.68 | - |
| YUV | 114.81 | 203.16 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 124 | 248 | 0.81 | 0.5 | 0 | 0.03 | 216.83 | 0.94 | 0.58 |
| Hex | 2E | 7C | F8 | 51 | 32 | 0 | 3 | D9 | 5E | 3A |
| Octal | 56 | 174 | 370 | 121 | 62 | 0 | 3 | 331 | 136 | 72 |
| Binary | 101110 | 1111100 | 11111000 | 1010001 | 110010 | 0 | 11 | 11011001 | 1011110 | 111010 |
Color Harmonies of #2E7CF8
Complementary color
Monochromatic Colors of #2E7CF8
Black with #2E7CF8
Text Example
Text Example
White with #2E7CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7CF8; }
p { color: rgb(46,124,248); }
H1.HeaderClassName
{
color: #2E7CF8;
}
.AnyTagClassName
{
color: #2E7CF8;
}
</style>
background-color css
<style>
a { background-color: #2E7CF8; }
a { background-color: rgb(46,124,248); }
div.DivClassName
{
background-color: #2E7CF8;
}
.BgClassName
{
background-color: #2E7CF8;
}
</style>
border-color css
<style>
span { border-color: #2E7CF8; }
span { border-color: rgb(46,124,248); }
td.TdClassName
{
border-color: #2E7CF8;
}
.TagClassName
{
border-color: #2E7CF8;
}
</style>