Shades of Medium Blue #1E0FDC
Tints of Medium Blue #1E0FDC
RGB
CMYK
RGB Variations
Color information
#1E0FDC (or 0x1E0FDC) is known color: Medium Blue. HEX triplet: 1E, 0F and DC. RGB value is (30,15,220). Sum of RGB (Red+Green+Blue) = 30+15+220=265 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.32% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 220 (86.33% from 255 or 83.02% from 265); Max value from RGB is 220 - color contains mainly: blue. Hex color #1E0FDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0FDC is #E1F023. Grayscale: #2A2A2A. Windows color (decimal): -14807076 or 14421790. OLE color: 14421790.
HSL color Cylindrical-coordinate representation of color #1E0FDC: hue angle of 244.39º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E0FDC is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 15 | 220 | - |
| CMYK | 0.86 | 0.93 | 0 | 0.14 |
| HSL | 244.39º | 0.87% | 0.46% | - |
| HSV(B) | 244.39º | 0.93% | 0.86% | - |
| XYZ | 13.62 | 5.78 | 68.11 | - |
| YUV | 42.86 | 227.97 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 15 | 220 | 0.86 | 0.93 | 0 | 0.14 | 244.39 | 0.87 | 0.46 |
| Hex | 1E | F | DC | 56 | 5D | 0 | E | F4 | 57 | 2E |
| Octal | 36 | 17 | 334 | 126 | 135 | 0 | 16 | 364 | 127 | 56 |
| Binary | 11110 | 1111 | 11011100 | 1010110 | 1011101 | 0 | 1110 | 11110100 | 1010111 | 101110 |
Color Harmonies of #1E0FDC
Complementary color
Monochromatic Colors of #1E0FDC
Black with #1E0FDC
Text Example
Text Example
White with #1E0FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0FDC; }
p { color: rgb(30,15,220); }
H1.HeaderClassName
{
color: #1E0FDC;
}
.AnyTagClassName
{
color: #1E0FDC;
}
</style>
background-color css
<style>
a { background-color: #1E0FDC; }
a { background-color: rgb(30,15,220); }
div.DivClassName
{
background-color: #1E0FDC;
}
.BgClassName
{
background-color: #1E0FDC;
}
</style>
border-color css
<style>
span { border-color: #1E0FDC; }
span { border-color: rgb(30,15,220); }
td.TdClassName
{
border-color: #1E0FDC;
}
.TagClassName
{
border-color: #1E0FDC;
}
</style>