Shades of Medium Blue #1E0DDF
Tints of Medium Blue #1E0DDF
RGB
CMYK
RGB Variations
Color information
#1E0DDF (or 0x1E0DDF) is known color: Medium Blue. HEX triplet: 1E, 0D and DF. RGB value is (30,13,223). Sum of RGB (Red+Green+Blue) = 30+13+223=266 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.28% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 223 (87.5% from 255 or 83.83% from 266); Max value from RGB is 223 - color contains mainly: blue. Hex color #1E0DDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0DDF is #E1F220. Grayscale: #292929. Windows color (decimal): -14807585 or 14617886. OLE color: 14617886.
HSL color Cylindrical-coordinate representation of color #1E0DDF: hue angle of 244.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E0DDF is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 13 | 223 | - |
| CMYK | 0.87 | 0.94 | 0 | 0.13 |
| HSL | 244.86º | 0.89% | 0.46% | - |
| HSV(B) | 244.86º | 0.94% | 0.87% | - |
| XYZ | 14 | 5.89 | 70.21 | - |
| YUV | 42.02 | 230.13 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 13 | 223 | 0.87 | 0.94 | 0 | 0.13 | 244.86 | 0.89 | 0.46 |
| Hex | 1E | D | DF | 57 | 5E | 0 | D | F5 | 59 | 2E |
| Octal | 36 | 15 | 337 | 127 | 136 | 0 | 15 | 365 | 131 | 56 |
| Binary | 11110 | 1101 | 11011111 | 1010111 | 1011110 | 0 | 1101 | 11110101 | 1011001 | 101110 |
Color Harmonies of #1E0DDF
Complementary color
Monochromatic Colors of #1E0DDF
Black with #1E0DDF
Text Example
Text Example
White with #1E0DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0DDF; }
p { color: rgb(30,13,223); }
H1.HeaderClassName
{
color: #1E0DDF;
}
.AnyTagClassName
{
color: #1E0DDF;
}
</style>
background-color css
<style>
a { background-color: #1E0DDF; }
a { background-color: rgb(30,13,223); }
div.DivClassName
{
background-color: #1E0DDF;
}
.BgClassName
{
background-color: #1E0DDF;
}
</style>
border-color css
<style>
span { border-color: #1E0DDF; }
span { border-color: rgb(30,13,223); }
td.TdClassName
{
border-color: #1E0DDF;
}
.TagClassName
{
border-color: #1E0DDF;
}
</style>