Shades of Dodger Blue #2E95EC
Tints of Dodger Blue #2E95EC
RGB
CMYK
RGB Variations
Color information
#2E95EC (or 0x2E95EC) is known color: Dodger Blue. HEX triplet: 2E, 95 and EC. RGB value is (46,149,236). Sum of RGB (Red+Green+Blue) = 46+149+236=431 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.67% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #2E95EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E95EC is #D16A13. Grayscale: #7F7F7F. Windows color (decimal): -13724180 or 15504686. OLE color: 15504686.
HSL color Cylindrical-coordinate representation of color #2E95EC: hue angle of 207.47º 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 #2E95EC is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 149 | 236 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.07 |
| HSL | 207.47º | 0.83% | 0.55% | - |
| HSV(B) | 207.47º | 0.81% | 0.93% | - |
| XYZ | 27.01 | 28.13 | 83.36 | - |
| YUV | 128.12 | 188.88 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 149 | 236 | 0.81 | 0.37 | 0 | 0.07 | 207.47 | 0.83 | 0.55 |
| Hex | 2E | 95 | EC | 51 | 25 | 0 | 7 | CF | 53 | 37 |
| Octal | 56 | 225 | 354 | 121 | 45 | 0 | 7 | 317 | 123 | 67 |
| Binary | 101110 | 10010101 | 11101100 | 1010001 | 100101 | 0 | 111 | 11001111 | 1010011 | 110111 |
Color Harmonies of #2E95EC
Complementary color
Monochromatic Colors of #2E95EC
Black with #2E95EC
Text Example
Text Example
White with #2E95EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E95EC; }
p { color: rgb(46,149,236); }
H1.HeaderClassName
{
color: #2E95EC;
}
.AnyTagClassName
{
color: #2E95EC;
}
</style>
background-color css
<style>
a { background-color: #2E95EC; }
a { background-color: rgb(46,149,236); }
div.DivClassName
{
background-color: #2E95EC;
}
.BgClassName
{
background-color: #2E95EC;
}
</style>
border-color css
<style>
span { border-color: #2E95EC; }
span { border-color: rgb(46,149,236); }
td.TdClassName
{
border-color: #2E95EC;
}
.TagClassName
{
border-color: #2E95EC;
}
</style>