Shades of Dodger Blue #2E80EF
Tints of Dodger Blue #2E80EF
RGB
CMYK
RGB Variations
Color information
#2E80EF (or 0x2E80EF) is known color: Dodger Blue. HEX triplet: 2E, 80 and EF. RGB value is (46,128,239). Sum of RGB (Red+Green+Blue) = 46+128+239=413 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.14% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 239 (93.75% from 255 or 57.87% from 413); Max value from RGB is 239 - color contains mainly: blue. Hex color #2E80EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E80EF is #D17F10. Grayscale: #737373. Windows color (decimal): -13729553 or 15695918. OLE color: 15695918.
HSL color Cylindrical-coordinate representation of color #2E80EF: hue angle of 214.51º 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 #2E80EF is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 128 | 239 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.06 |
| HSL | 214.51º | 0.86% | 0.56% | - |
| HSV(B) | 214.51º | 0.81% | 0.94% | - |
| XYZ | 24.43 | 22.25 | 84.67 | - |
| YUV | 116.14 | 197.33 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 128 | 239 | 0.81 | 0.46 | 0 | 0.06 | 214.51 | 0.86 | 0.56 |
| Hex | 2E | 80 | EF | 51 | 2E | 0 | 6 | D7 | 56 | 38 |
| Octal | 56 | 200 | 357 | 121 | 56 | 0 | 6 | 327 | 126 | 70 |
| Binary | 101110 | 10000000 | 11101111 | 1010001 | 101110 | 0 | 110 | 11010111 | 1010110 | 111000 |
Color Harmonies of #2E80EF
Complementary color
Monochromatic Colors of #2E80EF
Black with #2E80EF
Text Example
Text Example
White with #2E80EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E80EF; }
p { color: rgb(46,128,239); }
H1.HeaderClassName
{
color: #2E80EF;
}
.AnyTagClassName
{
color: #2E80EF;
}
</style>
background-color css
<style>
a { background-color: #2E80EF; }
a { background-color: rgb(46,128,239); }
div.DivClassName
{
background-color: #2E80EF;
}
.BgClassName
{
background-color: #2E80EF;
}
</style>
border-color css
<style>
span { border-color: #2E80EF; }
span { border-color: rgb(46,128,239); }
td.TdClassName
{
border-color: #2E80EF;
}
.TagClassName
{
border-color: #2E80EF;
}
</style>