Shades of Medium Blue #2E07BD
Tints of Medium Blue #2E07BD
RGB
CMYK
RGB Variations
Color information
#2E07BD (or 0x2E07BD) is known color: Medium Blue. HEX triplet: 2E, 07 and BD. RGB value is (46,7,189). Sum of RGB (Red+Green+Blue) = 46+7+189=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 189 (74.22% from 255 or 78.10% from 242); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E07BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E07BD is #D1F842. Grayscale: #262626. Windows color (decimal): -13760579 or 12388142. OLE color: 12388142.
HSL color Cylindrical-coordinate representation of color #2E07BD: hue angle of 252.86º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E07BD is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 7 | 189 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.26 |
| HSL | 252.86º | 0.93% | 0.38% | - |
| HSV(B) | 252.86º | 0.96% | 0.74% | - |
| XYZ | 10.39 | 4.41 | 48.45 | - |
| YUV | 39.41 | 212.42 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 7 | 189 | 0.76 | 0.96 | 0 | 0.26 | 252.86 | 0.93 | 0.38 |
| Hex | 2E | 7 | BD | 4C | 60 | 0 | 1A | FD | 5D | 26 |
| Octal | 56 | 7 | 275 | 114 | 140 | 0 | 32 | 375 | 135 | 46 |
| Binary | 101110 | 111 | 10111101 | 1001100 | 1100000 | 0 | 11010 | 11111101 | 1011101 | 100110 |
Color Harmonies of #2E07BD
Complementary color
Monochromatic Colors of #2E07BD
Black with #2E07BD
Text Example
Text Example
White with #2E07BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E07BD; }
p { color: rgb(46,7,189); }
H1.HeaderClassName
{
color: #2E07BD;
}
.AnyTagClassName
{
color: #2E07BD;
}
</style>
background-color css
<style>
a { background-color: #2E07BD; }
a { background-color: rgb(46,7,189); }
div.DivClassName
{
background-color: #2E07BD;
}
.BgClassName
{
background-color: #2E07BD;
}
</style>
border-color css
<style>
span { border-color: #2E07BD; }
span { border-color: rgb(46,7,189); }
td.TdClassName
{
border-color: #2E07BD;
}
.TagClassName
{
border-color: #2E07BD;
}
</style>