Shades of Dodger Blue #2E7BEF
Tints of Dodger Blue #2E7BEF
RGB
CMYK
RGB Variations
Color information
#2E7BEF (or 0x2E7BEF) is known color: Dodger Blue. HEX triplet: 2E, 7B and EF. RGB value is (46,123,239). Sum of RGB (Red+Green+Blue) = 46+123+239=408 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.27% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 239 (93.75% from 255 or 58.58% from 408); Max value from RGB is 239 - color contains mainly: blue. Hex color #2E7BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E7BEF is #D18410. Grayscale: #707070. Windows color (decimal): -13730833 or 15694638. OLE color: 15694638.
HSL color Cylindrical-coordinate representation of color #2E7BEF: hue angle of 216.06º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E7BEF is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 123 | 239 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.06 |
| HSL | 216.06º | 0.86% | 0.56% | - |
| HSV(B) | 216.06º | 0.81% | 0.94% | - |
| XYZ | 23.79 | 20.98 | 84.46 | - |
| YUV | 113.2 | 198.99 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 123 | 239 | 0.81 | 0.49 | 0 | 0.06 | 216.06 | 0.86 | 0.56 |
| Hex | 2E | 7B | EF | 51 | 31 | 0 | 6 | D8 | 56 | 38 |
| Octal | 56 | 173 | 357 | 121 | 61 | 0 | 6 | 330 | 126 | 70 |
| Binary | 101110 | 1111011 | 11101111 | 1010001 | 110001 | 0 | 110 | 11011000 | 1010110 | 111000 |
Color Harmonies of #2E7BEF
Complementary color
Monochromatic Colors of #2E7BEF
Black with #2E7BEF
Text Example
Text Example
White with #2E7BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7BEF; }
p { color: rgb(46,123,239); }
H1.HeaderClassName
{
color: #2E7BEF;
}
.AnyTagClassName
{
color: #2E7BEF;
}
</style>
background-color css
<style>
a { background-color: #2E7BEF; }
a { background-color: rgb(46,123,239); }
div.DivClassName
{
background-color: #2E7BEF;
}
.BgClassName
{
background-color: #2E7BEF;
}
</style>
border-color css
<style>
span { border-color: #2E7BEF; }
span { border-color: rgb(46,123,239); }
td.TdClassName
{
border-color: #2E7BEF;
}
.TagClassName
{
border-color: #2E7BEF;
}
</style>