Shades of Dodger Blue #2E87DC
Tints of Dodger Blue #2E87DC
RGB
CMYK
RGB Variations
Color information
#2E87DC (or 0x2E87DC) is known color: Dodger Blue. HEX triplet: 2E, 87 and DC. RGB value is (46,135,220). Sum of RGB (Red+Green+Blue) = 46+135+220=401 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.47% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #2E87DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E87DC is #D17823. Grayscale: #757575. Windows color (decimal): -13727780 or 14452526. OLE color: 14452526.
HSL color Cylindrical-coordinate representation of color #2E87DC: hue angle of 209.31º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E87DC is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 135 | 220 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.14 |
| HSL | 209.31º | 0.71% | 0.52% | - |
| HSV(B) | 209.31º | 0.79% | 0.86% | - |
| XYZ | 22.71 | 23.08 | 70.97 | - |
| YUV | 118.08 | 185.51 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 135 | 220 | 0.79 | 0.39 | 0 | 0.14 | 209.31 | 0.71 | 0.52 |
| Hex | 2E | 87 | DC | 4F | 27 | 0 | E | D1 | 47 | 34 |
| Octal | 56 | 207 | 334 | 117 | 47 | 0 | 16 | 321 | 107 | 64 |
| Binary | 101110 | 10000111 | 11011100 | 1001111 | 100111 | 0 | 1110 | 11010001 | 1000111 | 110100 |
Color Harmonies of #2E87DC
Complementary color
Monochromatic Colors of #2E87DC
Black with #2E87DC
Text Example
Text Example
White with #2E87DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E87DC; }
p { color: rgb(46,135,220); }
H1.HeaderClassName
{
color: #2E87DC;
}
.AnyTagClassName
{
color: #2E87DC;
}
</style>
background-color css
<style>
a { background-color: #2E87DC; }
a { background-color: rgb(46,135,220); }
div.DivClassName
{
background-color: #2E87DC;
}
.BgClassName
{
background-color: #2E87DC;
}
</style>
border-color css
<style>
span { border-color: #2E87DC; }
span { border-color: rgb(46,135,220); }
td.TdClassName
{
border-color: #2E87DC;
}
.TagClassName
{
border-color: #2E87DC;
}
</style>