Shades of Medium Blue #2E08CE
Tints of Medium Blue #2E08CE
RGB
CMYK
RGB Variations
Color information
#2E08CE (or 0x2E08CE) is known color: Medium Blue. HEX triplet: 2E, 08 and CE. RGB value is (46,8,206). Sum of RGB (Red+Green+Blue) = 46+8+206=260 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.69% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 206 (80.86% from 255 or 79.23% from 260); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E08CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E08CE is #D1F731. Grayscale: #292929. Windows color (decimal): -13760306 or 13502510. OLE color: 13502510.
HSL color Cylindrical-coordinate representation of color #2E08CE: hue angle of 251.52º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E08CE is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 8 | 206 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.19 |
| HSL | 251.52º | 0.93% | 0.42% | - |
| HSV(B) | 251.52º | 0.96% | 0.81% | - |
| XYZ | 12.35 | 5.21 | 58.75 | - |
| YUV | 41.93 | 220.59 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 8 | 206 | 0.78 | 0.96 | 0 | 0.19 | 251.52 | 0.93 | 0.42 |
| Hex | 2E | 8 | CE | 4E | 60 | 0 | 13 | FC | 5D | 2A |
| Octal | 56 | 10 | 316 | 116 | 140 | 0 | 23 | 374 | 135 | 52 |
| Binary | 101110 | 1000 | 11001110 | 1001110 | 1100000 | 0 | 10011 | 11111100 | 1011101 | 101010 |
Color Harmonies of #2E08CE
Complementary color
Monochromatic Colors of #2E08CE
Black with #2E08CE
Text Example
Text Example
White with #2E08CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E08CE; }
p { color: rgb(46,8,206); }
H1.HeaderClassName
{
color: #2E08CE;
}
.AnyTagClassName
{
color: #2E08CE;
}
</style>
background-color css
<style>
a { background-color: #2E08CE; }
a { background-color: rgb(46,8,206); }
div.DivClassName
{
background-color: #2E08CE;
}
.BgClassName
{
background-color: #2E08CE;
}
</style>
border-color css
<style>
span { border-color: #2E08CE; }
span { border-color: rgb(46,8,206); }
td.TdClassName
{
border-color: #2E08CE;
}
.TagClassName
{
border-color: #2E08CE;
}
</style>