Shades of Medium Blue #2E09CB
Tints of Medium Blue #2E09CB
RGB
CMYK
RGB Variations
Color information
#2E09CB (or 0x2E09CB) is known color: Medium Blue. HEX triplet: 2E, 09 and CB. RGB value is (46,9,203). Sum of RGB (Red+Green+Blue) = 46+9+203=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 203 (79.69% from 255 or 78.68% from 258); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E09CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E09CB is #D1F634. Grayscale: #292929. Windows color (decimal): -13760053 or 13306158. OLE color: 13306158.
HSL color Cylindrical-coordinate representation of color #2E09CB: hue angle of 251.44º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E09CB is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 9 | 203 | - |
| CMYK | 0.77 | 0.96 | 0 | 0.20 |
| HSL | 251.44º | 0.92% | 0.42% | - |
| HSV(B) | 251.44º | 0.96% | 0.8% | - |
| XYZ | 12 | 5.09 | 56.85 | - |
| YUV | 42.18 | 218.76 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 9 | 203 | 0.77 | 0.96 | 0 | 0.20 | 251.44 | 0.92 | 0.42 |
| Hex | 2E | 9 | CB | 4D | 60 | 0 | 14 | FB | 5C | 2A |
| Octal | 56 | 11 | 313 | 115 | 140 | 0 | 24 | 373 | 134 | 52 |
| Binary | 101110 | 1001 | 11001011 | 1001101 | 1100000 | 0 | 10100 | 11111011 | 1011100 | 101010 |
Color Harmonies of #2E09CB
Complementary color
Monochromatic Colors of #2E09CB
Black with #2E09CB
Text Example
Text Example
White with #2E09CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E09CB; }
p { color: rgb(46,9,203); }
H1.HeaderClassName
{
color: #2E09CB;
}
.AnyTagClassName
{
color: #2E09CB;
}
</style>
background-color css
<style>
a { background-color: #2E09CB; }
a { background-color: rgb(46,9,203); }
div.DivClassName
{
background-color: #2E09CB;
}
.BgClassName
{
background-color: #2E09CB;
}
</style>
border-color css
<style>
span { border-color: #2E09CB; }
span { border-color: rgb(46,9,203); }
td.TdClassName
{
border-color: #2E09CB;
}
.TagClassName
{
border-color: #2E09CB;
}
</style>