Shades of Dodger Blue #2E80EC
Tints of Dodger Blue #2E80EC
RGB
CMYK
RGB Variations
Color information
#2E80EC (or 0x2E80EC) is known color: Dodger Blue. HEX triplet: 2E, 80 and EC. RGB value is (46,128,236). Sum of RGB (Red+Green+Blue) = 46+128+236=410 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.22% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 236 (92.58% from 255 or 57.56% from 410); Max value from RGB is 236 - color contains mainly: blue. Hex color #2E80EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E80EC is #D17F13. Grayscale: #737373. Windows color (decimal): -13729556 or 15499310. OLE color: 15499310.
HSL color Cylindrical-coordinate representation of color #2E80EC: hue angle of 214.11º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E80EC is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 128 | 236 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.07 |
| HSL | 214.11º | 0.83% | 0.55% | - |
| HSV(B) | 214.11º | 0.81% | 0.93% | - |
| XYZ | 23.99 | 22.08 | 82.35 | - |
| YUV | 115.79 | 195.83 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 128 | 236 | 0.81 | 0.46 | 0 | 0.07 | 214.11 | 0.83 | 0.55 |
| Hex | 2E | 80 | EC | 51 | 2E | 0 | 7 | D6 | 53 | 37 |
| Octal | 56 | 200 | 354 | 121 | 56 | 0 | 7 | 326 | 123 | 67 |
| Binary | 101110 | 10000000 | 11101100 | 1010001 | 101110 | 0 | 111 | 11010110 | 1010011 | 110111 |
Color Harmonies of #2E80EC
Complementary color
Monochromatic Colors of #2E80EC
Black with #2E80EC
Text Example
Text Example
White with #2E80EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E80EC; }
p { color: rgb(46,128,236); }
H1.HeaderClassName
{
color: #2E80EC;
}
.AnyTagClassName
{
color: #2E80EC;
}
</style>
background-color css
<style>
a { background-color: #2E80EC; }
a { background-color: rgb(46,128,236); }
div.DivClassName
{
background-color: #2E80EC;
}
.BgClassName
{
background-color: #2E80EC;
}
</style>
border-color css
<style>
span { border-color: #2E80EC; }
span { border-color: rgb(46,128,236); }
td.TdClassName
{
border-color: #2E80EC;
}
.TagClassName
{
border-color: #2E80EC;
}
</style>