Shades of Medium Blue #1E00CD
Tints of Medium Blue #1E00CD
RGB
CMYK
RGB Variations
Color information
#1E00CD (or 0x1E00CD) is known color: Medium Blue. HEX triplet: 1E, 00 and CD. RGB value is (30,0,205). Sum of RGB (Red+Green+Blue) = 30+0+205=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 205 (80.47% from 255 or 87.23% from 235); Max value from RGB is 205 - color contains mainly: blue. Hex color #1E00CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E00CD is #E1FF32. Grayscale: #1F1F1F. Windows color (decimal): -14810931 or 13434910. OLE color: 13434910.
HSL color Cylindrical-coordinate representation of color #1E00CD: hue angle of 248.78º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E00CD is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 0 | 205 | - |
| CMYK | 0.85 | 1 | 0 | 0.20 |
| HSL | 248.78º | 1% | 0.4% | - |
| HSV(B) | 248.78º | 1% | 0.8% | - |
| XYZ | 11.55 | 4.68 | 58.05 | - |
| YUV | 32.34 | 225.44 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 205 | 0.85 | 1 | 0 | 0.20 | 248.78 | 1 | 0.4 |
| Hex | 1E | 0 | CD | 55 | 64 | 0 | 14 | F9 | 64 | 28 |
| Octal | 36 | 0 | 315 | 125 | 144 | 0 | 24 | 371 | 144 | 50 |
| Binary | 11110 | 0 | 11001101 | 1010101 | 1100100 | 0 | 10100 | 11111001 | 1100100 | 101000 |
Color Harmonies of #1E00CD
Complementary color
Monochromatic Colors of #1E00CD
Black with #1E00CD
Text Example
Text Example
White with #1E00CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E00CD; }
p { color: rgb(30,0,205); }
H1.HeaderClassName
{
color: #1E00CD;
}
.AnyTagClassName
{
color: #1E00CD;
}
</style>
background-color css
<style>
a { background-color: #1E00CD; }
a { background-color: rgb(30,0,205); }
div.DivClassName
{
background-color: #1E00CD;
}
.BgClassName
{
background-color: #1E00CD;
}
</style>
border-color css
<style>
span { border-color: #1E00CD; }
span { border-color: rgb(30,0,205); }
td.TdClassName
{
border-color: #1E00CD;
}
.TagClassName
{
border-color: #1E00CD;
}
</style>