Shades of Medium Blue #2E01DB
Tints of Medium Blue #2E01DB
RGB
CMYK
RGB Variations
Color information
#2E01DB (or 0x2E01DB) is known color: Medium Blue. HEX triplet: 2E, 01 and DB. RGB value is (46,1,219). Sum of RGB (Red+Green+Blue) = 46+1+219=266 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.29% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 219 (85.94% from 255 or 82.33% from 266); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E01DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E01DB is #D1FE24. Grayscale: #262626. Windows color (decimal): -13762085 or 14352686. OLE color: 14352686.
HSL color Cylindrical-coordinate representation of color #2E01DB: hue angle of 252.39º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E01DB is Cyan = 0.79, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 1 | 219 | - |
| CMYK | 0.79 | 1.00 | 0 | 0.14 |
| HSL | 252.39º | 0.99% | 0.43% | - |
| HSV(B) | 252.39º | 1% | 0.86% | - |
| XYZ | 13.92 | 5.72 | 67.39 | - |
| YUV | 39.31 | 229.41 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 1 | 219 | 0.79 | 1.00 | 0 | 0.14 | 252.39 | 0.99 | 0.43 |
| Hex | 2E | 1 | DB | 4F | 64 | 0 | E | FC | 63 | 2B |
| Octal | 56 | 1 | 333 | 117 | 144 | 0 | 16 | 374 | 143 | 53 |
| Binary | 101110 | 1 | 11011011 | 1001111 | 1100100 | 0 | 1110 | 11111100 | 1100011 | 101011 |
Color Harmonies of #2E01DB
Complementary color
Monochromatic Colors of #2E01DB
Black with #2E01DB
Text Example
Text Example
White with #2E01DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E01DB; }
p { color: rgb(46,1,219); }
H1.HeaderClassName
{
color: #2E01DB;
}
.AnyTagClassName
{
color: #2E01DB;
}
</style>
background-color css
<style>
a { background-color: #2E01DB; }
a { background-color: rgb(46,1,219); }
div.DivClassName
{
background-color: #2E01DB;
}
.BgClassName
{
background-color: #2E01DB;
}
</style>
border-color css
<style>
span { border-color: #2E01DB; }
span { border-color: rgb(46,1,219); }
td.TdClassName
{
border-color: #2E01DB;
}
.TagClassName
{
border-color: #2E01DB;
}
</style>