Shades of Medium Blue #1E0BDB
Tints of Medium Blue #1E0BDB
RGB
CMYK
RGB Variations
Color information
#1E0BDB (or 0x1E0BDB) is known color: Medium Blue. HEX triplet: 1E, 0B and DB. RGB value is (30,11,219). Sum of RGB (Red+Green+Blue) = 30+11+219=260 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.54% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 219 (85.94% from 255 or 84.23% from 260); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E0BDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0BDB is #E1F424. Grayscale: #272727. Windows color (decimal): -14808101 or 14355230. OLE color: 14355230.
HSL color Cylindrical-coordinate representation of color #1E0BDB: hue angle of 245.48º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E0BDB is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 11 | 219 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.14 |
| HSL | 245.48º | 0.9% | 0.45% | - |
| HSV(B) | 245.48º | 0.95% | 0.86% | - |
| XYZ | 13.44 | 5.63 | 67.4 | - |
| YUV | 40.39 | 228.79 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 219 | 0.86 | 0.95 | 0 | 0.14 | 245.48 | 0.9 | 0.45 |
| Hex | 1E | B | DB | 56 | 5F | 0 | E | F5 | 5A | 2D |
| Octal | 36 | 13 | 333 | 126 | 137 | 0 | 16 | 365 | 132 | 55 |
| Binary | 11110 | 1011 | 11011011 | 1010110 | 1011111 | 0 | 1110 | 11110101 | 1011010 | 101101 |
Color Harmonies of #1E0BDB
Complementary color
Monochromatic Colors of #1E0BDB
Black with #1E0BDB
Text Example
Text Example
White with #1E0BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0BDB; }
p { color: rgb(30,11,219); }
H1.HeaderClassName
{
color: #1E0BDB;
}
.AnyTagClassName
{
color: #1E0BDB;
}
</style>
background-color css
<style>
a { background-color: #1E0BDB; }
a { background-color: rgb(30,11,219); }
div.DivClassName
{
background-color: #1E0BDB;
}
.BgClassName
{
background-color: #1E0BDB;
}
</style>
border-color css
<style>
span { border-color: #1E0BDB; }
span { border-color: rgb(30,11,219); }
td.TdClassName
{
border-color: #1E0BDB;
}
.TagClassName
{
border-color: #1E0BDB;
}
</style>