Shades of Medium Blue #2E06D8
Tints of Medium Blue #2E06D8
RGB
CMYK
RGB Variations
Color information
#2E06D8 (or 0x2E06D8) is known color: Medium Blue. HEX triplet: 2E, 06 and D8. RGB value is (46,6,216). Sum of RGB (Red+Green+Blue) = 46+6+216=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 216 (84.77% from 255 or 80.60% from 268); Max value from RGB is 216 - color contains mainly: blue. Hex color #2E06D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E06D8 is #D1F927. Grayscale: #292929. Windows color (decimal): -13760808 or 14157358. OLE color: 14157358.
HSL color Cylindrical-coordinate representation of color #2E06D8: hue angle of 251.43º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E06D8 is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 6 | 216 | - |
| CMYK | 0.79 | 0.97 | 0 | 0.15 |
| HSL | 251.43º | 0.95% | 0.44% | - |
| HSV(B) | 251.43º | 0.97% | 0.85% | - |
| XYZ | 13.59 | 5.67 | 65.34 | - |
| YUV | 41.9 | 226.25 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 6 | 216 | 0.79 | 0.97 | 0 | 0.15 | 251.43 | 0.95 | 0.44 |
| Hex | 2E | 6 | D8 | 4F | 61 | 0 | F | FB | 5F | 2C |
| Octal | 56 | 6 | 330 | 117 | 141 | 0 | 17 | 373 | 137 | 54 |
| Binary | 101110 | 110 | 11011000 | 1001111 | 1100001 | 0 | 1111 | 11111011 | 1011111 | 101100 |
Color Harmonies of #2E06D8
Complementary color
Monochromatic Colors of #2E06D8
Black with #2E06D8
Text Example
Text Example
White with #2E06D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E06D8; }
p { color: rgb(46,6,216); }
H1.HeaderClassName
{
color: #2E06D8;
}
.AnyTagClassName
{
color: #2E06D8;
}
</style>
background-color css
<style>
a { background-color: #2E06D8; }
a { background-color: rgb(46,6,216); }
div.DivClassName
{
background-color: #2E06D8;
}
.BgClassName
{
background-color: #2E06D8;
}
</style>
border-color css
<style>
span { border-color: #2E06D8; }
span { border-color: rgb(46,6,216); }
td.TdClassName
{
border-color: #2E06D8;
}
.TagClassName
{
border-color: #2E06D8;
}
</style>