Shades of Dodger Blue #2E85EC
Tints of Dodger Blue #2E85EC
RGB
CMYK
RGB Variations
Color information
#2E85EC (or 0x2E85EC) is known color: Dodger Blue. HEX triplet: 2E, 85 and EC. RGB value is (46,133,236). Sum of RGB (Red+Green+Blue) = 46+133+236=415 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.08% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #2E85EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E85EC is #D17A13. Grayscale: #767676. Windows color (decimal): -13728276 or 15500590. OLE color: 15500590.
HSL color Cylindrical-coordinate representation of color #2E85EC: hue angle of 212.53º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E85EC is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 133 | 236 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.07 |
| HSL | 212.53º | 0.83% | 0.55% | - |
| HSV(B) | 212.53º | 0.81% | 0.93% | - |
| XYZ | 24.65 | 23.41 | 82.58 | - |
| YUV | 118.73 | 194.18 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 133 | 236 | 0.81 | 0.44 | 0 | 0.07 | 212.53 | 0.83 | 0.55 |
| Hex | 2E | 85 | EC | 51 | 2C | 0 | 7 | D5 | 53 | 37 |
| Octal | 56 | 205 | 354 | 121 | 54 | 0 | 7 | 325 | 123 | 67 |
| Binary | 101110 | 10000101 | 11101100 | 1010001 | 101100 | 0 | 111 | 11010101 | 1010011 | 110111 |
Color Harmonies of #2E85EC
Complementary color
Monochromatic Colors of #2E85EC
Black with #2E85EC
Text Example
Text Example
White with #2E85EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E85EC; }
p { color: rgb(46,133,236); }
H1.HeaderClassName
{
color: #2E85EC;
}
.AnyTagClassName
{
color: #2E85EC;
}
</style>
background-color css
<style>
a { background-color: #2E85EC; }
a { background-color: rgb(46,133,236); }
div.DivClassName
{
background-color: #2E85EC;
}
.BgClassName
{
background-color: #2E85EC;
}
</style>
border-color css
<style>
span { border-color: #2E85EC; }
span { border-color: rgb(46,133,236); }
td.TdClassName
{
border-color: #2E85EC;
}
.TagClassName
{
border-color: #2E85EC;
}
</style>