Shades of Dodger Blue #2E7DF1
Tints of Dodger Blue #2E7DF1
RGB
CMYK
RGB Variations
Color information
#2E7DF1 (or 0x2E7DF1) is known color: Dodger Blue. HEX triplet: 2E, 7D and F1. RGB value is (46,125,241). Sum of RGB (Red+Green+Blue) = 46+125+241=412 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.17% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 241 (94.53% from 255 or 58.50% from 412); Max value from RGB is 241 - color contains mainly: blue. Hex color #2E7DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E7DF1 is #D1820E. Grayscale: #727272. Windows color (decimal): -13730319 or 15826222. OLE color: 15826222.
HSL color Cylindrical-coordinate representation of color #2E7DF1: hue angle of 215.69º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E7DF1 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 125 | 241 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.05 |
| HSL | 215.69º | 0.87% | 0.56% | - |
| HSV(B) | 215.69º | 0.81% | 0.95% | - |
| XYZ | 24.34 | 21.6 | 86.11 | - |
| YUV | 114.6 | 199.33 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 125 | 241 | 0.81 | 0.48 | 0 | 0.05 | 215.69 | 0.87 | 0.56 |
| Hex | 2E | 7D | F1 | 51 | 30 | 0 | 5 | D8 | 57 | 38 |
| Octal | 56 | 175 | 361 | 121 | 60 | 0 | 5 | 330 | 127 | 70 |
| Binary | 101110 | 1111101 | 11110001 | 1010001 | 110000 | 0 | 101 | 11011000 | 1010111 | 111000 |
Color Harmonies of #2E7DF1
Complementary color
Monochromatic Colors of #2E7DF1
Black with #2E7DF1
Text Example
Text Example
White with #2E7DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7DF1; }
p { color: rgb(46,125,241); }
H1.HeaderClassName
{
color: #2E7DF1;
}
.AnyTagClassName
{
color: #2E7DF1;
}
</style>
background-color css
<style>
a { background-color: #2E7DF1; }
a { background-color: rgb(46,125,241); }
div.DivClassName
{
background-color: #2E7DF1;
}
.BgClassName
{
background-color: #2E7DF1;
}
</style>
border-color css
<style>
span { border-color: #2E7DF1; }
span { border-color: rgb(46,125,241); }
td.TdClassName
{
border-color: #2E7DF1;
}
.TagClassName
{
border-color: #2E7DF1;
}
</style>