Shades of Dodger Blue #2E7DF8
Tints of Dodger Blue #2E7DF8
RGB
CMYK
RGB Variations
Color information
#2E7DF8 (or 0x2E7DF8) is known color: Dodger Blue. HEX triplet: 2E, 7D and F8. RGB value is (46,125,248). Sum of RGB (Red+Green+Blue) = 46+125+248=419 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.98% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 248 (97.27% from 255 or 59.19% from 419); Max value from RGB is 248 - color contains mainly: blue. Hex color #2E7DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E7DF8 is #D18207. Grayscale: #727272. Windows color (decimal): -13730312 or 16284974. OLE color: 16284974.
HSL color Cylindrical-coordinate representation of color #2E7DF8: hue angle of 216.53º 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 #2E7DF8 is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 125 | 248 | - |
| CMYK | 0.81 | 0.50 | 0 | 0.03 |
| HSL | 216.53º | 0.94% | 0.58% | - |
| HSV(B) | 216.53º | 0.81% | 0.97% | - |
| XYZ | 25.4 | 22.03 | 91.72 | - |
| YUV | 115.4 | 202.83 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 125 | 248 | 0.81 | 0.50 | 0 | 0.03 | 216.53 | 0.94 | 0.58 |
| Hex | 2E | 7D | F8 | 51 | 32 | 0 | 3 | D9 | 5E | 3A |
| Octal | 56 | 175 | 370 | 121 | 62 | 0 | 3 | 331 | 136 | 72 |
| Binary | 101110 | 1111101 | 11111000 | 1010001 | 110010 | 0 | 11 | 11011001 | 1011110 | 111010 |
Color Harmonies of #2E7DF8
Complementary color
Monochromatic Colors of #2E7DF8
Black with #2E7DF8
Text Example
Text Example
White with #2E7DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7DF8; }
p { color: rgb(46,125,248); }
H1.HeaderClassName
{
color: #2E7DF8;
}
.AnyTagClassName
{
color: #2E7DF8;
}
</style>
background-color css
<style>
a { background-color: #2E7DF8; }
a { background-color: rgb(46,125,248); }
div.DivClassName
{
background-color: #2E7DF8;
}
.BgClassName
{
background-color: #2E7DF8;
}
</style>
border-color css
<style>
span { border-color: #2E7DF8; }
span { border-color: rgb(46,125,248); }
td.TdClassName
{
border-color: #2E7DF8;
}
.TagClassName
{
border-color: #2E7DF8;
}
</style>