Shades of Dodger Blue #2E83EB
Tints of Dodger Blue #2E83EB
RGB
CMYK
RGB Variations
Color information
#2E83EB (or 0x2E83EB) is known color: Dodger Blue. HEX triplet: 2E, 83 and EB. RGB value is (46,131,235). Sum of RGB (Red+Green+Blue) = 46+131+235=412 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.17% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E83EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E83EB is #D17C14. Grayscale: #747474. Windows color (decimal): -13728789 or 15434542. OLE color: 15434542.
HSL color Cylindrical-coordinate representation of color #2E83EB: hue angle of 213.02º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E83EB is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 131 | 235 | - |
| CMYK | 0.80 | 0.44 | 0 | 0.08 |
| HSL | 213.02º | 0.83% | 0.55% | - |
| HSV(B) | 213.02º | 0.8% | 0.92% | - |
| XYZ | 24.24 | 22.81 | 81.72 | - |
| YUV | 117.44 | 194.34 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 131 | 235 | 0.80 | 0.44 | 0 | 0.08 | 213.02 | 0.83 | 0.55 |
| Hex | 2E | 83 | EB | 50 | 2C | 0 | 8 | D5 | 53 | 37 |
| Octal | 56 | 203 | 353 | 120 | 54 | 0 | 10 | 325 | 123 | 67 |
| Binary | 101110 | 10000011 | 11101011 | 1010000 | 101100 | 0 | 1000 | 11010101 | 1010011 | 110111 |
Color Harmonies of #2E83EB
Complementary color
Monochromatic Colors of #2E83EB
Black with #2E83EB
Text Example
Text Example
White with #2E83EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E83EB; }
p { color: rgb(46,131,235); }
H1.HeaderClassName
{
color: #2E83EB;
}
.AnyTagClassName
{
color: #2E83EB;
}
</style>
background-color css
<style>
a { background-color: #2E83EB; }
a { background-color: rgb(46,131,235); }
div.DivClassName
{
background-color: #2E83EB;
}
.BgClassName
{
background-color: #2E83EB;
}
</style>
border-color css
<style>
span { border-color: #2E83EB; }
span { border-color: rgb(46,131,235); }
td.TdClassName
{
border-color: #2E83EB;
}
.TagClassName
{
border-color: #2E83EB;
}
</style>