Shades of Medium Blue #2E07BE
Tints of Medium Blue #2E07BE
RGB
CMYK
RGB Variations
Color information
#2E07BE (or 0x2E07BE) is known color: Medium Blue. HEX triplet: 2E, 07 and BE. RGB value is (46,7,190). Sum of RGB (Red+Green+Blue) = 46+7+190=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 190 (74.61% from 255 or 78.19% from 243); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E07BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E07BE is #D1F841. Grayscale: #262626. Windows color (decimal): -13760578 or 12453678. OLE color: 12453678.
HSL color Cylindrical-coordinate representation of color #2E07BE: hue angle of 252.79º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E07BE is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 7 | 190 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.25 |
| HSL | 252.79º | 0.93% | 0.39% | - |
| HSV(B) | 252.79º | 0.96% | 0.75% | - |
| XYZ | 10.5 | 4.45 | 49.02 | - |
| YUV | 39.52 | 212.92 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 7 | 190 | 0.76 | 0.96 | 0 | 0.25 | 252.79 | 0.93 | 0.39 |
| Hex | 2E | 7 | BE | 4C | 60 | 0 | 19 | FD | 5D | 27 |
| Octal | 56 | 7 | 276 | 114 | 140 | 0 | 31 | 375 | 135 | 47 |
| Binary | 101110 | 111 | 10111110 | 1001100 | 1100000 | 0 | 11001 | 11111101 | 1011101 | 100111 |
Color Harmonies of #2E07BE
Complementary color
Monochromatic Colors of #2E07BE
Black with #2E07BE
Text Example
Text Example
White with #2E07BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E07BE; }
p { color: rgb(46,7,190); }
H1.HeaderClassName
{
color: #2E07BE;
}
.AnyTagClassName
{
color: #2E07BE;
}
</style>
background-color css
<style>
a { background-color: #2E07BE; }
a { background-color: rgb(46,7,190); }
div.DivClassName
{
background-color: #2E07BE;
}
.BgClassName
{
background-color: #2E07BE;
}
</style>
border-color css
<style>
span { border-color: #2E07BE; }
span { border-color: rgb(46,7,190); }
td.TdClassName
{
border-color: #2E07BE;
}
.TagClassName
{
border-color: #2E07BE;
}
</style>