Shades of Medium Blue #1E03DC
Tints of Medium Blue #1E03DC
RGB
CMYK
RGB Variations
Color information
#1E03DC (or 0x1E03DC) is known color: Medium Blue. HEX triplet: 1E, 03 and DC. RGB value is (30,3,220). Sum of RGB (Red+Green+Blue) = 30+3+220=253 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.86% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 220 (86.33% from 255 or 86.96% from 253); Max value from RGB is 220 - color contains mainly: blue. Hex color #1E03DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E03DC is #E1FC23. Grayscale: #222222. Windows color (decimal): -14810148 or 14418718. OLE color: 14418718.
HSL color Cylindrical-coordinate representation of color #1E03DC: hue angle of 247.47º 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 #1E03DC is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 3 | 220 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.14 |
| HSL | 247.47º | 0.97% | 0.44% | - |
| HSV(B) | 247.47º | 0.99% | 0.86% | - |
| XYZ | 13.49 | 5.51 | 68.06 | - |
| YUV | 35.81 | 231.95 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 220 | 0.86 | 0.99 | 0 | 0.14 | 247.47 | 0.97 | 0.44 |
| Hex | 1E | 3 | DC | 56 | 63 | 0 | E | F7 | 61 | 2C |
| Octal | 36 | 3 | 334 | 126 | 143 | 0 | 16 | 367 | 141 | 54 |
| Binary | 11110 | 11 | 11011100 | 1010110 | 1100011 | 0 | 1110 | 11110111 | 1100001 | 101100 |
Color Harmonies of #1E03DC
Complementary color
Monochromatic Colors of #1E03DC
Black with #1E03DC
Text Example
Text Example
White with #1E03DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E03DC; }
p { color: rgb(30,3,220); }
H1.HeaderClassName
{
color: #1E03DC;
}
.AnyTagClassName
{
color: #1E03DC;
}
</style>
background-color css
<style>
a { background-color: #1E03DC; }
a { background-color: rgb(30,3,220); }
div.DivClassName
{
background-color: #1E03DC;
}
.BgClassName
{
background-color: #1E03DC;
}
</style>
border-color css
<style>
span { border-color: #1E03DC; }
span { border-color: rgb(30,3,220); }
td.TdClassName
{
border-color: #1E03DC;
}
.TagClassName
{
border-color: #1E03DC;
}
</style>