Shades of Dodger Blue #2E84E0
Tints of Dodger Blue #2E84E0
RGB
CMYK
RGB Variations
Color information
#2E84E0 (or 0x2E84E0) is known color: Dodger Blue. HEX triplet: 2E, 84 and E0. RGB value is (46,132,224). Sum of RGB (Red+Green+Blue) = 46+132+224=402 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.44% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 224 (87.89% from 255 or 55.72% from 402); Max value from RGB is 224 - color contains mainly: blue. Hex color #2E84E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E84E0 is #D17B1F. Grayscale: #747474. Windows color (decimal): -13728544 or 14713902. OLE color: 14713902.
HSL color Cylindrical-coordinate representation of color #2E84E0: hue angle of 211.01º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E84E0 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 132 | 224 | - |
| CMYK | 0.79 | 0.41 | 0 | 0.12 |
| HSL | 211.01º | 0.74% | 0.53% | - |
| HSV(B) | 211.01º | 0.79% | 0.88% | - |
| XYZ | 22.83 | 22.47 | 73.65 | - |
| YUV | 116.77 | 188.51 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 132 | 224 | 0.79 | 0.41 | 0 | 0.12 | 211.01 | 0.74 | 0.53 |
| Hex | 2E | 84 | E0 | 4F | 29 | 0 | C | D3 | 4A | 35 |
| Octal | 56 | 204 | 340 | 117 | 51 | 0 | 14 | 323 | 112 | 65 |
| Binary | 101110 | 10000100 | 11100000 | 1001111 | 101001 | 0 | 1100 | 11010011 | 1001010 | 110101 |
Color Harmonies of #2E84E0
Complementary color
Monochromatic Colors of #2E84E0
Black with #2E84E0
Text Example
Text Example
White with #2E84E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E84E0; }
p { color: rgb(46,132,224); }
H1.HeaderClassName
{
color: #2E84E0;
}
.AnyTagClassName
{
color: #2E84E0;
}
</style>
background-color css
<style>
a { background-color: #2E84E0; }
a { background-color: rgb(46,132,224); }
div.DivClassName
{
background-color: #2E84E0;
}
.BgClassName
{
background-color: #2E84E0;
}
</style>
border-color css
<style>
span { border-color: #2E84E0; }
span { border-color: rgb(46,132,224); }
td.TdClassName
{
border-color: #2E84E0;
}
.TagClassName
{
border-color: #2E84E0;
}
</style>