Shades of Medium Blue #1E00DD
Tints of Medium Blue #1E00DD
RGB
CMYK
RGB Variations
Color information
#1E00DD (or 0x1E00DD) is known color: Medium Blue. HEX triplet: 1E, 00 and DD. RGB value is (30,0,221). Sum of RGB (Red+Green+Blue) = 30+0+221=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 221 (86.72% from 255 or 88.05% from 251); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E00DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E00DD is #E1FF22. Grayscale: #212121. Windows color (decimal): -14810915 or 14483486. OLE color: 14483486.
HSL color Cylindrical-coordinate representation of color #1E00DD: hue angle of 248.14º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E00DD is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 0 | 221 | - |
| CMYK | 0.86 | 1 | 0 | 0.13 |
| HSL | 248.14º | 1% | 0.43% | - |
| HSV(B) | 248.14º | 1% | 0.87% | - |
| XYZ | 13.59 | 5.5 | 68.75 | - |
| YUV | 34.16 | 233.44 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 221 | 0.86 | 1 | 0 | 0.13 | 248.14 | 1 | 0.43 |
| Hex | 1E | 0 | DD | 56 | 64 | 0 | D | F8 | 64 | 2B |
| Octal | 36 | 0 | 335 | 126 | 144 | 0 | 15 | 370 | 144 | 53 |
| Binary | 11110 | 0 | 11011101 | 1010110 | 1100100 | 0 | 1101 | 11111000 | 1100100 | 101011 |
Color Harmonies of #1E00DD
Complementary color
Monochromatic Colors of #1E00DD
Black with #1E00DD
Text Example
Text Example
White with #1E00DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E00DD; }
p { color: rgb(30,0,221); }
H1.HeaderClassName
{
color: #1E00DD;
}
.AnyTagClassName
{
color: #1E00DD;
}
</style>
background-color css
<style>
a { background-color: #1E00DD; }
a { background-color: rgb(30,0,221); }
div.DivClassName
{
background-color: #1E00DD;
}
.BgClassName
{
background-color: #1E00DD;
}
</style>
border-color css
<style>
span { border-color: #1E00DD; }
span { border-color: rgb(30,0,221); }
td.TdClassName
{
border-color: #1E00DD;
}
.TagClassName
{
border-color: #1E00DD;
}
</style>