Shades of Dodger Blue #2E8CEA
Tints of Dodger Blue #2E8CEA
RGB
CMYK
RGB Variations
Color information
#2E8CEA (or 0x2E8CEA) is known color: Dodger Blue. HEX triplet: 2E, 8C and EA. RGB value is (46,140,234). Sum of RGB (Red+Green+Blue) = 46+140+234=420 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.95% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 234 (91.80% from 255 or 55.71% from 420); Max value from RGB is 234 - color contains mainly: blue. Hex color #2E8CEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E8CEA is #D17315. Grayscale: #7A7A7A. Windows color (decimal): -13726486 or 15371310. OLE color: 15371310.
HSL color Cylindrical-coordinate representation of color #2E8CEA: hue angle of 210º degrees, saturation: 0.82, 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 #2E8CEA is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 140 | 234 | - |
| CMYK | 0.80 | 0.40 | 0 | 0.08 |
| HSL | 210º | 0.82% | 0.55% | - |
| HSV(B) | 210º | 0.8% | 0.92% | - |
| XYZ | 25.36 | 25.28 | 81.38 | - |
| YUV | 122.61 | 190.86 | 73.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 140 | 234 | 0.80 | 0.40 | 0 | 0.08 | 210 | 0.82 | 0.55 |
| Hex | 2E | 8C | EA | 50 | 28 | 0 | 8 | D2 | 52 | 37 |
| Octal | 56 | 214 | 352 | 120 | 50 | 0 | 10 | 322 | 122 | 67 |
| Binary | 101110 | 10001100 | 11101010 | 1010000 | 101000 | 0 | 1000 | 11010010 | 1010010 | 110111 |
Color Harmonies of #2E8CEA
Complementary color
Monochromatic Colors of #2E8CEA
Black with #2E8CEA
Text Example
Text Example
White with #2E8CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8CEA; }
p { color: rgb(46,140,234); }
H1.HeaderClassName
{
color: #2E8CEA;
}
.AnyTagClassName
{
color: #2E8CEA;
}
</style>
background-color css
<style>
a { background-color: #2E8CEA; }
a { background-color: rgb(46,140,234); }
div.DivClassName
{
background-color: #2E8CEA;
}
.BgClassName
{
background-color: #2E8CEA;
}
</style>
border-color css
<style>
span { border-color: #2E8CEA; }
span { border-color: rgb(46,140,234); }
td.TdClassName
{
border-color: #2E8CEA;
}
.TagClassName
{
border-color: #2E8CEA;
}
</style>