Shades of Dodger Blue #2E8ADC
Tints of Dodger Blue #2E8ADC
RGB
CMYK
RGB Variations
Color information
#2E8ADC (or 0x2E8ADC) is known color: Dodger Blue. HEX triplet: 2E, 8A and DC. RGB value is (46,138,220). Sum of RGB (Red+Green+Blue) = 46+138+220=404 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.39% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #2E8ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8ADC is #D17523. Grayscale: #777777. Windows color (decimal): -13727012 or 14453294. OLE color: 14453294.
HSL color Cylindrical-coordinate representation of color #2E8ADC: hue angle of 208.28º 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 #2E8ADC is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 138 | 220 | - |
| CMYK | 0.79 | 0.37 | 0 | 0.14 |
| HSL | 208.28º | 0.71% | 0.52% | - |
| HSV(B) | 208.28º | 0.79% | 0.86% | - |
| XYZ | 23.13 | 23.93 | 71.11 | - |
| YUV | 119.84 | 184.52 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 138 | 220 | 0.79 | 0.37 | 0 | 0.14 | 208.28 | 0.71 | 0.52 |
| Hex | 2E | 8A | DC | 4F | 25 | 0 | E | D0 | 47 | 34 |
| Octal | 56 | 212 | 334 | 117 | 45 | 0 | 16 | 320 | 107 | 64 |
| Binary | 101110 | 10001010 | 11011100 | 1001111 | 100101 | 0 | 1110 | 11010000 | 1000111 | 110100 |
Color Harmonies of #2E8ADC
Complementary color
Monochromatic Colors of #2E8ADC
Black with #2E8ADC
Text Example
Text Example
White with #2E8ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8ADC; }
p { color: rgb(46,138,220); }
H1.HeaderClassName
{
color: #2E8ADC;
}
.AnyTagClassName
{
color: #2E8ADC;
}
</style>
background-color css
<style>
a { background-color: #2E8ADC; }
a { background-color: rgb(46,138,220); }
div.DivClassName
{
background-color: #2E8ADC;
}
.BgClassName
{
background-color: #2E8ADC;
}
</style>
border-color css
<style>
span { border-color: #2E8ADC; }
span { border-color: rgb(46,138,220); }
td.TdClassName
{
border-color: #2E8ADC;
}
.TagClassName
{
border-color: #2E8ADC;
}
</style>