Shades of Dodger Blue #2E8CEB
Tints of Dodger Blue #2E8CEB
RGB
CMYK
RGB Variations
Color information
#2E8CEB (or 0x2E8CEB) is known color: Dodger Blue. HEX triplet: 2E, 8C and EB. RGB value is (46,140,235). Sum of RGB (Red+Green+Blue) = 46+140+235=421 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.93% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E8CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E8CEB is #D17314. Grayscale: #7A7A7A. Windows color (decimal): -13726485 or 15436846. OLE color: 15436846.
HSL color Cylindrical-coordinate representation of color #2E8CEB: hue angle of 210.16º 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 #2E8CEB is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 140 | 235 | - |
| CMYK | 0.80 | 0.40 | 0 | 0.08 |
| HSL | 210.16º | 0.83% | 0.55% | - |
| HSV(B) | 210.16º | 0.8% | 0.92% | - |
| XYZ | 25.5 | 25.34 | 82.14 | - |
| YUV | 122.72 | 191.36 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 140 | 235 | 0.80 | 0.40 | 0 | 0.08 | 210.16 | 0.83 | 0.55 |
| Hex | 2E | 8C | EB | 50 | 28 | 0 | 8 | D2 | 53 | 37 |
| Octal | 56 | 214 | 353 | 120 | 50 | 0 | 10 | 322 | 123 | 67 |
| Binary | 101110 | 10001100 | 11101011 | 1010000 | 101000 | 0 | 1000 | 11010010 | 1010011 | 110111 |
Color Harmonies of #2E8CEB
Complementary color
Monochromatic Colors of #2E8CEB
Black with #2E8CEB
Text Example
Text Example
White with #2E8CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8CEB; }
p { color: rgb(46,140,235); }
H1.HeaderClassName
{
color: #2E8CEB;
}
.AnyTagClassName
{
color: #2E8CEB;
}
</style>
background-color css
<style>
a { background-color: #2E8CEB; }
a { background-color: rgb(46,140,235); }
div.DivClassName
{
background-color: #2E8CEB;
}
.BgClassName
{
background-color: #2E8CEB;
}
</style>
border-color css
<style>
span { border-color: #2E8CEB; }
span { border-color: rgb(46,140,235); }
td.TdClassName
{
border-color: #2E8CEB;
}
.TagClassName
{
border-color: #2E8CEB;
}
</style>