Shades of Medium Blue #1E03DB
Tints of Medium Blue #1E03DB
RGB
CMYK
RGB Variations
Color information
#1E03DB (or 0x1E03DB) is known color: Medium Blue. HEX triplet: 1E, 03 and DB. RGB value is (30,3,219). Sum of RGB (Red+Green+Blue) = 30+3+219=252 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.90% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 219 (85.94% from 255 or 86.90% from 252); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E03DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E03DB is #E1FC24. Grayscale: #222222. Windows color (decimal): -14810149 or 14353182. OLE color: 14353182.
HSL color Cylindrical-coordinate representation of color #1E03DB: hue angle of 247.5º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E03DB is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 3 | 219 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.14 |
| HSL | 247.5º | 0.97% | 0.44% | - |
| HSV(B) | 247.5º | 0.99% | 0.86% | - |
| XYZ | 13.35 | 5.46 | 67.37 | - |
| YUV | 35.7 | 231.45 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 219 | 0.86 | 0.99 | 0 | 0.14 | 247.5 | 0.97 | 0.44 |
| Hex | 1E | 3 | DB | 56 | 63 | 0 | E | F8 | 61 | 2C |
| Octal | 36 | 3 | 333 | 126 | 143 | 0 | 16 | 370 | 141 | 54 |
| Binary | 11110 | 11 | 11011011 | 1010110 | 1100011 | 0 | 1110 | 11111000 | 1100001 | 101100 |
Color Harmonies of #1E03DB
Complementary color
Monochromatic Colors of #1E03DB
Black with #1E03DB
Text Example
Text Example
White with #1E03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E03DB; }
p { color: rgb(30,3,219); }
H1.HeaderClassName
{
color: #1E03DB;
}
.AnyTagClassName
{
color: #1E03DB;
}
</style>
background-color css
<style>
a { background-color: #1E03DB; }
a { background-color: rgb(30,3,219); }
div.DivClassName
{
background-color: #1E03DB;
}
.BgClassName
{
background-color: #1E03DB;
}
</style>
border-color css
<style>
span { border-color: #1E03DB; }
span { border-color: rgb(30,3,219); }
td.TdClassName
{
border-color: #1E03DB;
}
.TagClassName
{
border-color: #1E03DB;
}
</style>