Shades of Medium Blue #1E0ADB
Tints of Medium Blue #1E0ADB
RGB
CMYK
RGB Variations
Color information
#1E0ADB (or 0x1E0ADB) is known color: Medium Blue. HEX triplet: 1E, 0A and DB. RGB value is (30,10,219). Sum of RGB (Red+Green+Blue) = 30+10+219=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 219 (85.94% from 255 or 84.56% from 259); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E0ADB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0ADB is #E1F524. Grayscale: #262626. Windows color (decimal): -14808357 or 14354974. OLE color: 14354974.
HSL color Cylindrical-coordinate representation of color #1E0ADB: hue angle of 245.74º degrees, saturation: 0.91, 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 #1E0ADB is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 10 | 219 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.14 |
| HSL | 245.74º | 0.91% | 0.45% | - |
| HSV(B) | 245.74º | 0.95% | 0.86% | - |
| XYZ | 13.43 | 5.61 | 67.39 | - |
| YUV | 39.81 | 229.13 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 10 | 219 | 0.86 | 0.95 | 0 | 0.14 | 245.74 | 0.91 | 0.45 |
| Hex | 1E | A | DB | 56 | 5F | 0 | E | F6 | 5B | 2D |
| Octal | 36 | 12 | 333 | 126 | 137 | 0 | 16 | 366 | 133 | 55 |
| Binary | 11110 | 1010 | 11011011 | 1010110 | 1011111 | 0 | 1110 | 11110110 | 1011011 | 101101 |
Color Harmonies of #1E0ADB
Complementary color
Monochromatic Colors of #1E0ADB
Black with #1E0ADB
Text Example
Text Example
White with #1E0ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0ADB; }
p { color: rgb(30,10,219); }
H1.HeaderClassName
{
color: #1E0ADB;
}
.AnyTagClassName
{
color: #1E0ADB;
}
</style>
background-color css
<style>
a { background-color: #1E0ADB; }
a { background-color: rgb(30,10,219); }
div.DivClassName
{
background-color: #1E0ADB;
}
.BgClassName
{
background-color: #1E0ADB;
}
</style>
border-color css
<style>
span { border-color: #1E0ADB; }
span { border-color: rgb(30,10,219); }
td.TdClassName
{
border-color: #1E0ADB;
}
.TagClassName
{
border-color: #1E0ADB;
}
</style>