Shades of Medium Blue #2E07BB
Tints of Medium Blue #2E07BB
RGB
CMYK
RGB Variations
Color information
#2E07BB (or 0x2E07BB) is known color: Medium Blue. HEX triplet: 2E, 07 and BB. RGB value is (46,7,187). Sum of RGB (Red+Green+Blue) = 46+7+187=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 187 (73.44% from 255 or 77.92% from 240); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E07BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E07BB is #D1F844. Grayscale: #262626. Windows color (decimal): -13760581 or 12257070. OLE color: 12257070.
HSL color Cylindrical-coordinate representation of color #2E07BB: hue angle of 253º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E07BB is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 7 | 187 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.27 |
| HSL | 253º | 0.93% | 0.38% | - |
| HSV(B) | 253º | 0.96% | 0.73% | - |
| XYZ | 10.17 | 4.32 | 47.31 | - |
| YUV | 39.18 | 211.42 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 7 | 187 | 0.75 | 0.96 | 0 | 0.27 | 253 | 0.93 | 0.38 |
| Hex | 2E | 7 | BB | 4B | 60 | 0 | 1B | FD | 5D | 26 |
| Octal | 56 | 7 | 273 | 113 | 140 | 0 | 33 | 375 | 135 | 46 |
| Binary | 101110 | 111 | 10111011 | 1001011 | 1100000 | 0 | 11011 | 11111101 | 1011101 | 100110 |
Color Harmonies of #2E07BB
Complementary color
Monochromatic Colors of #2E07BB
Black with #2E07BB
Text Example
Text Example
White with #2E07BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E07BB; }
p { color: rgb(46,7,187); }
H1.HeaderClassName
{
color: #2E07BB;
}
.AnyTagClassName
{
color: #2E07BB;
}
</style>
background-color css
<style>
a { background-color: #2E07BB; }
a { background-color: rgb(46,7,187); }
div.DivClassName
{
background-color: #2E07BB;
}
.BgClassName
{
background-color: #2E07BB;
}
</style>
border-color css
<style>
span { border-color: #2E07BB; }
span { border-color: rgb(46,7,187); }
td.TdClassName
{
border-color: #2E07BB;
}
.TagClassName
{
border-color: #2E07BB;
}
</style>