Shades of Dodger Blue #2E84EF
Tints of Dodger Blue #2E84EF
RGB
CMYK
RGB Variations
Color information
#2E84EF (or 0x2E84EF) is known color: Dodger Blue. HEX triplet: 2E, 84 and EF. RGB value is (46,132,239). Sum of RGB (Red+Green+Blue) = 46+132+239=417 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.03% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #2E84EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E84EF is #D17B10. Grayscale: #757575. Windows color (decimal): -13728529 or 15696942. OLE color: 15696942.
HSL color Cylindrical-coordinate representation of color #2E84EF: hue angle of 213.26º 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 #2E84EF is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 132 | 239 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.06 |
| HSL | 213.26º | 0.86% | 0.56% | - |
| HSV(B) | 213.26º | 0.81% | 0.94% | - |
| XYZ | 24.96 | 23.32 | 84.85 | - |
| YUV | 118.48 | 196.01 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 132 | 239 | 0.81 | 0.45 | 0 | 0.06 | 213.26 | 0.86 | 0.56 |
| Hex | 2E | 84 | EF | 51 | 2D | 0 | 6 | D5 | 56 | 38 |
| Octal | 56 | 204 | 357 | 121 | 55 | 0 | 6 | 325 | 126 | 70 |
| Binary | 101110 | 10000100 | 11101111 | 1010001 | 101101 | 0 | 110 | 11010101 | 1010110 | 111000 |
Color Harmonies of #2E84EF
Complementary color
Monochromatic Colors of #2E84EF
Black with #2E84EF
Text Example
Text Example
White with #2E84EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E84EF; }
p { color: rgb(46,132,239); }
H1.HeaderClassName
{
color: #2E84EF;
}
.AnyTagClassName
{
color: #2E84EF;
}
</style>
background-color css
<style>
a { background-color: #2E84EF; }
a { background-color: rgb(46,132,239); }
div.DivClassName
{
background-color: #2E84EF;
}
.BgClassName
{
background-color: #2E84EF;
}
</style>
border-color css
<style>
span { border-color: #2E84EF; }
span { border-color: rgb(46,132,239); }
td.TdClassName
{
border-color: #2E84EF;
}
.TagClassName
{
border-color: #2E84EF;
}
</style>