Shades of Medium Blue #1E03D5
Tints of Medium Blue #1E03D5
RGB
CMYK
RGB Variations
Color information
#1E03D5 (or 0x1E03D5) is known color: Medium Blue. HEX triplet: 1E, 03 and D5. RGB value is (30,3,213). Sum of RGB (Red+Green+Blue) = 30+3+213=246 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.20% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 213 (83.59% from 255 or 86.59% from 246); Max value from RGB is 213 - color contains mainly: blue. Hex color #1E03D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E03D5 is #E1FC2A. Grayscale: #222222. Windows color (decimal): -14810155 or 13959966. OLE color: 13959966.
HSL color Cylindrical-coordinate representation of color #1E03D5: hue angle of 247.71º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E03D5 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 3 | 213 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.16 |
| HSL | 247.71º | 0.97% | 0.42% | - |
| HSV(B) | 247.71º | 0.99% | 0.84% | - |
| XYZ | 12.58 | 5.15 | 63.28 | - |
| YUV | 35.01 | 228.45 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 213 | 0.86 | 0.99 | 0 | 0.16 | 247.71 | 0.97 | 0.42 |
| Hex | 1E | 3 | D5 | 56 | 63 | 0 | 10 | F8 | 61 | 2A |
| Octal | 36 | 3 | 325 | 126 | 143 | 0 | 20 | 370 | 141 | 52 |
| Binary | 11110 | 11 | 11010101 | 1010110 | 1100011 | 0 | 10000 | 11111000 | 1100001 | 101010 |
Color Harmonies of #1E03D5
Complementary color
Monochromatic Colors of #1E03D5
Black with #1E03D5
Text Example
Text Example
White with #1E03D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E03D5; }
p { color: rgb(30,3,213); }
H1.HeaderClassName
{
color: #1E03D5;
}
.AnyTagClassName
{
color: #1E03D5;
}
</style>
background-color css
<style>
a { background-color: #1E03D5; }
a { background-color: rgb(30,3,213); }
div.DivClassName
{
background-color: #1E03D5;
}
.BgClassName
{
background-color: #1E03D5;
}
</style>
border-color css
<style>
span { border-color: #1E03D5; }
span { border-color: rgb(30,3,213); }
td.TdClassName
{
border-color: #1E03D5;
}
.TagClassName
{
border-color: #1E03D5;
}
</style>