Shades of Medium Blue #1E0BD5
Tints of Medium Blue #1E0BD5
RGB
CMYK
RGB Variations
Color information
#1E0BD5 (or 0x1E0BD5) is known color: Medium Blue. HEX triplet: 1E, 0B and D5. RGB value is (30,11,213). Sum of RGB (Red+Green+Blue) = 30+11+213=254 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.81% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 213 (83.59% from 255 or 83.86% from 254); Max value from RGB is 213 - color contains mainly: blue. Hex color #1E0BD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0BD5 is #E1F42A. Grayscale: #262626. Windows color (decimal): -14808107 or 13962014. OLE color: 13962014.
HSL color Cylindrical-coordinate representation of color #1E0BD5: hue angle of 245.64º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E0BD5 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 11 | 213 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.16 |
| HSL | 245.64º | 0.9% | 0.44% | - |
| HSV(B) | 245.64º | 0.95% | 0.84% | - |
| XYZ | 12.67 | 5.32 | 63.31 | - |
| YUV | 39.71 | 225.79 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 213 | 0.86 | 0.95 | 0 | 0.16 | 245.64 | 0.9 | 0.44 |
| Hex | 1E | B | D5 | 56 | 5F | 0 | 10 | F6 | 5A | 2C |
| Octal | 36 | 13 | 325 | 126 | 137 | 0 | 20 | 366 | 132 | 54 |
| Binary | 11110 | 1011 | 11010101 | 1010110 | 1011111 | 0 | 10000 | 11110110 | 1011010 | 101100 |
Color Harmonies of #1E0BD5
Complementary color
Monochromatic Colors of #1E0BD5
Black with #1E0BD5
Text Example
Text Example
White with #1E0BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0BD5; }
p { color: rgb(30,11,213); }
H1.HeaderClassName
{
color: #1E0BD5;
}
.AnyTagClassName
{
color: #1E0BD5;
}
</style>
background-color css
<style>
a { background-color: #1E0BD5; }
a { background-color: rgb(30,11,213); }
div.DivClassName
{
background-color: #1E0BD5;
}
.BgClassName
{
background-color: #1E0BD5;
}
</style>
border-color css
<style>
span { border-color: #1E0BD5; }
span { border-color: rgb(30,11,213); }
td.TdClassName
{
border-color: #1E0BD5;
}
.TagClassName
{
border-color: #1E0BD5;
}
</style>