Shades of Medium Blue #1E14CD
Tints of Medium Blue #1E14CD
RGB
CMYK
RGB Variations
Color information
#1E14CD (or 0x1E14CD) is known color: Medium Blue. HEX triplet: 1E, 14 and CD. RGB value is (30,20,205). Sum of RGB (Red+Green+Blue) = 30+20+205=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 205 (80.47% from 255 or 80.39% from 255); Max value from RGB is 205 - color contains mainly: blue. Hex color #1E14CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E14CD is #E1EB32. Grayscale: #2B2B2B. Windows color (decimal): -14805811 or 13440030. OLE color: 13440030.
HSL color Cylindrical-coordinate representation of color #1E14CD: hue angle of 243.24º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E14CD is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 20 | 205 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.20 |
| HSL | 243.24º | 0.82% | 0.44% | - |
| HSV(B) | 243.24º | 0.9% | 0.8% | - |
| XYZ | 11.81 | 5.18 | 58.14 | - |
| YUV | 44.08 | 218.81 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 20 | 205 | 0.85 | 0.90 | 0 | 0.20 | 243.24 | 0.82 | 0.44 |
| Hex | 1E | 14 | CD | 55 | 5A | 0 | 14 | F3 | 52 | 2C |
| Octal | 36 | 24 | 315 | 125 | 132 | 0 | 24 | 363 | 122 | 54 |
| Binary | 11110 | 10100 | 11001101 | 1010101 | 1011010 | 0 | 10100 | 11110011 | 1010010 | 101100 |
Color Harmonies of #1E14CD
Complementary color
Monochromatic Colors of #1E14CD
Black with #1E14CD
Text Example
Text Example
White with #1E14CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E14CD; }
p { color: rgb(30,20,205); }
H1.HeaderClassName
{
color: #1E14CD;
}
.AnyTagClassName
{
color: #1E14CD;
}
</style>
background-color css
<style>
a { background-color: #1E14CD; }
a { background-color: rgb(30,20,205); }
div.DivClassName
{
background-color: #1E14CD;
}
.BgClassName
{
background-color: #1E14CD;
}
</style>
border-color css
<style>
span { border-color: #1E14CD; }
span { border-color: rgb(30,20,205); }
td.TdClassName
{
border-color: #1E14CD;
}
.TagClassName
{
border-color: #1E14CD;
}
</style>