Shades of Dodger Blue #2E84EB
Tints of Dodger Blue #2E84EB
RGB
CMYK
RGB Variations
Color information
#2E84EB (or 0x2E84EB) is known color: Dodger Blue. HEX triplet: 2E, 84 and EB. RGB value is (46,132,235). Sum of RGB (Red+Green+Blue) = 46+132+235=413 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.14% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E84EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E84EB is #D17B14. Grayscale: #757575. Windows color (decimal): -13728533 or 15434798. OLE color: 15434798.
HSL color Cylindrical-coordinate representation of color #2E84EB: hue angle of 212.7º 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 #2E84EB is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 132 | 235 | - |
| CMYK | 0.80 | 0.44 | 0 | 0.08 |
| HSL | 212.7º | 0.83% | 0.55% | - |
| HSV(B) | 212.7º | 0.8% | 0.92% | - |
| XYZ | 24.37 | 23.08 | 81.77 | - |
| YUV | 118.03 | 194.01 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 132 | 235 | 0.80 | 0.44 | 0 | 0.08 | 212.7 | 0.83 | 0.55 |
| Hex | 2E | 84 | EB | 50 | 2C | 0 | 8 | D5 | 53 | 37 |
| Octal | 56 | 204 | 353 | 120 | 54 | 0 | 10 | 325 | 123 | 67 |
| Binary | 101110 | 10000100 | 11101011 | 1010000 | 101100 | 0 | 1000 | 11010101 | 1010011 | 110111 |
Color Harmonies of #2E84EB
Complementary color
Monochromatic Colors of #2E84EB
Black with #2E84EB
Text Example
Text Example
White with #2E84EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E84EB; }
p { color: rgb(46,132,235); }
H1.HeaderClassName
{
color: #2E84EB;
}
.AnyTagClassName
{
color: #2E84EB;
}
</style>
background-color css
<style>
a { background-color: #2E84EB; }
a { background-color: rgb(46,132,235); }
div.DivClassName
{
background-color: #2E84EB;
}
.BgClassName
{
background-color: #2E84EB;
}
</style>
border-color css
<style>
span { border-color: #2E84EB; }
span { border-color: rgb(46,132,235); }
td.TdClassName
{
border-color: #2E84EB;
}
.TagClassName
{
border-color: #2E84EB;
}
</style>