Shades of Dodger Blue #2E90EB
Tints of Dodger Blue #2E90EB
RGB
CMYK
RGB Variations
Color information
#2E90EB (or 0x2E90EB) is known color: Dodger Blue. HEX triplet: 2E, 90 and EB. RGB value is (46,144,235). Sum of RGB (Red+Green+Blue) = 46+144+235=425 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.82% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E90EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E90EB is #D16F14. Grayscale: #7C7C7C. Windows color (decimal): -13725461 or 15437870. OLE color: 15437870.
HSL color Cylindrical-coordinate representation of color #2E90EB: hue angle of 208.89º 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 #2E90EB is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 144 | 235 | - |
| CMYK | 0.80 | 0.39 | 0 | 0.08 |
| HSL | 208.89º | 0.83% | 0.55% | - |
| HSV(B) | 208.89º | 0.8% | 0.92% | - |
| XYZ | 26.1 | 26.53 | 82.34 | - |
| YUV | 125.07 | 190.03 | 71.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 144 | 235 | 0.80 | 0.39 | 0 | 0.08 | 208.89 | 0.83 | 0.55 |
| Hex | 2E | 90 | EB | 50 | 27 | 0 | 8 | D1 | 53 | 37 |
| Octal | 56 | 220 | 353 | 120 | 47 | 0 | 10 | 321 | 123 | 67 |
| Binary | 101110 | 10010000 | 11101011 | 1010000 | 100111 | 0 | 1000 | 11010001 | 1010011 | 110111 |
Color Harmonies of #2E90EB
Complementary color
Monochromatic Colors of #2E90EB
Black with #2E90EB
Text Example
Text Example
White with #2E90EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E90EB; }
p { color: rgb(46,144,235); }
H1.HeaderClassName
{
color: #2E90EB;
}
.AnyTagClassName
{
color: #2E90EB;
}
</style>
background-color css
<style>
a { background-color: #2E90EB; }
a { background-color: rgb(46,144,235); }
div.DivClassName
{
background-color: #2E90EB;
}
.BgClassName
{
background-color: #2E90EB;
}
</style>
border-color css
<style>
span { border-color: #2E90EB; }
span { border-color: rgb(46,144,235); }
td.TdClassName
{
border-color: #2E90EB;
}
.TagClassName
{
border-color: #2E90EB;
}
</style>