Shades of Medium Blue #1E0DCE
Tints of Medium Blue #1E0DCE
RGB
CMYK
RGB Variations
Color information
#1E0DCE (or 0x1E0DCE) is known color: Medium Blue. HEX triplet: 1E, 0D and CE. RGB value is (30,13,206). Sum of RGB (Red+Green+Blue) = 30+13+206=249 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.05% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 206 (80.86% from 255 or 82.73% from 249); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E0DCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0DCE is #E1F231. Grayscale: #272727. Windows color (decimal): -14807602 or 13503774. OLE color: 13503774.
HSL color Cylindrical-coordinate representation of color #1E0DCE: hue angle of 245.28º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E0DCE is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 13 | 206 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.19 |
| HSL | 245.29º | 0.88% | 0.43% | - |
| HSV(B) | 245.29º | 0.94% | 0.81% | - |
| XYZ | 11.82 | 5.02 | 58.74 | - |
| YUV | 40.09 | 221.63 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 13 | 206 | 0.85 | 0.94 | 0 | 0.19 | 245.29 | 0.88 | 0.43 |
| Hex | 1E | D | CE | 55 | 5E | 0 | 13 | F5 | 58 | 2B |
| Octal | 36 | 15 | 316 | 125 | 136 | 0 | 23 | 365 | 130 | 53 |
| Binary | 11110 | 1101 | 11001110 | 1010101 | 1011110 | 0 | 10011 | 11110101 | 1011000 | 101011 |
Color Harmonies of #1E0DCE
Complementary color
Monochromatic Colors of #1E0DCE
Black with #1E0DCE
Text Example
Text Example
White with #1E0DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0DCE; }
p { color: rgb(30,13,206); }
H1.HeaderClassName
{
color: #1E0DCE;
}
.AnyTagClassName
{
color: #1E0DCE;
}
</style>
background-color css
<style>
a { background-color: #1E0DCE; }
a { background-color: rgb(30,13,206); }
div.DivClassName
{
background-color: #1E0DCE;
}
.BgClassName
{
background-color: #1E0DCE;
}
</style>
border-color css
<style>
span { border-color: #1E0DCE; }
span { border-color: rgb(30,13,206); }
td.TdClassName
{
border-color: #1E0DCE;
}
.TagClassName
{
border-color: #1E0DCE;
}
</style>