Shades of Medium Blue #1E10DD
Tints of Medium Blue #1E10DD
RGB
CMYK
RGB Variations
Color information
#1E10DD (or 0x1E10DD) is known color: Medium Blue. HEX triplet: 1E, 10 and DD. RGB value is (30,16,221). Sum of RGB (Red+Green+Blue) = 30+16+221=267 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.24% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 221 (86.72% from 255 or 82.77% from 267); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E10DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E10DD is #E1EF22. Grayscale: #2A2A2A. Windows color (decimal): -14806819 or 14487582. OLE color: 14487582.
HSL color Cylindrical-coordinate representation of color #1E10DD: hue angle of 244.1º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E10DD is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 16 | 221 | - |
| CMYK | 0.86 | 0.93 | 0 | 0.13 |
| HSL | 244.1º | 0.86% | 0.46% | - |
| HSV(B) | 244.1º | 0.93% | 0.87% | - |
| XYZ | 13.77 | 5.87 | 68.81 | - |
| YUV | 43.56 | 228.14 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 16 | 221 | 0.86 | 0.93 | 0 | 0.13 | 244.1 | 0.86 | 0.46 |
| Hex | 1E | 10 | DD | 56 | 5D | 0 | D | F4 | 56 | 2E |
| Octal | 36 | 20 | 335 | 126 | 135 | 0 | 15 | 364 | 126 | 56 |
| Binary | 11110 | 10000 | 11011101 | 1010110 | 1011101 | 0 | 1101 | 11110100 | 1010110 | 101110 |
Color Harmonies of #1E10DD
Complementary color
Monochromatic Colors of #1E10DD
Black with #1E10DD
Text Example
Text Example
White with #1E10DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E10DD; }
p { color: rgb(30,16,221); }
H1.HeaderClassName
{
color: #1E10DD;
}
.AnyTagClassName
{
color: #1E10DD;
}
</style>
background-color css
<style>
a { background-color: #1E10DD; }
a { background-color: rgb(30,16,221); }
div.DivClassName
{
background-color: #1E10DD;
}
.BgClassName
{
background-color: #1E10DD;
}
</style>
border-color css
<style>
span { border-color: #1E10DD; }
span { border-color: rgb(30,16,221); }
td.TdClassName
{
border-color: #1E10DD;
}
.TagClassName
{
border-color: #1E10DD;
}
</style>