Shades of Medium Blue #141ED5
Tints of Medium Blue #141ED5
RGB
CMYK
RGB Variations
Color information
#141ED5 (or 0x141ED5) is known color: Medium Blue. HEX triplet: 14, 1E and D5. RGB value is (20,30,213). Sum of RGB (Red+Green+Blue) = 20+30+213=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 213 (83.59% from 255 or 80.99% from 263); Max value from RGB is 213 - color contains mainly: blue. Hex color #141ED5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141ED5 is #EBE12A. Grayscale: #2F2F2F. Windows color (decimal): -15458603 or 13966868. OLE color: 13966868.
HSL color Cylindrical-coordinate representation of color #141ED5: hue angle of 236.89º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #141ED5 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 30 | 213 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.16 |
| HSL | 236.89º | 0.83% | 0.46% | - |
| HSV(B) | 236.89º | 0.91% | 0.84% | - |
| XYZ | 12.76 | 5.88 | 63.41 | - |
| YUV | 47.87 | 221.19 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 213 | 0.91 | 0.86 | 0 | 0.16 | 236.89 | 0.83 | 0.46 |
| Hex | 14 | 1E | D5 | 5B | 56 | 0 | 10 | ED | 53 | 2E |
| Octal | 24 | 36 | 325 | 133 | 126 | 0 | 20 | 355 | 123 | 56 |
| Binary | 10100 | 11110 | 11010101 | 1011011 | 1010110 | 0 | 10000 | 11101101 | 1010011 | 101110 |
Color Harmonies of #141ED5
Complementary color
Monochromatic Colors of #141ED5
Black with #141ED5
Text Example
Text Example
White with #141ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141ED5; }
p { color: rgb(20,30,213); }
H1.HeaderClassName
{
color: #141ED5;
}
.AnyTagClassName
{
color: #141ED5;
}
</style>
background-color css
<style>
a { background-color: #141ED5; }
a { background-color: rgb(20,30,213); }
div.DivClassName
{
background-color: #141ED5;
}
.BgClassName
{
background-color: #141ED5;
}
</style>
border-color css
<style>
span { border-color: #141ED5; }
span { border-color: rgb(20,30,213); }
td.TdClassName
{
border-color: #141ED5;
}
.TagClassName
{
border-color: #141ED5;
}
</style>