Shades of Medium Blue #141EDD
Tints of Medium Blue #141EDD
RGB
CMYK
RGB Variations
Color information
#141EDD (or 0x141EDD) is known color: Medium Blue. HEX triplet: 14, 1E and DD. RGB value is (20,30,221). Sum of RGB (Red+Green+Blue) = 20+30+221=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 221 (86.72% from 255 or 81.55% from 271); Max value from RGB is 221 - color contains mainly: blue. Hex color #141EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141EDD is #EBE122. Grayscale: #303030. Windows color (decimal): -15458595 or 14491156. OLE color: 14491156.
HSL color Cylindrical-coordinate representation of color #141EDD: hue angle of 237.01º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #141EDD is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 30 | 221 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.13 |
| HSL | 237.01º | 0.83% | 0.47% | - |
| HSV(B) | 237.01º | 0.91% | 0.87% | - |
| XYZ | 13.8 | 6.3 | 68.89 | - |
| YUV | 48.78 | 225.19 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 221 | 0.91 | 0.86 | 0 | 0.13 | 237.01 | 0.83 | 0.47 |
| Hex | 14 | 1E | DD | 5B | 56 | 0 | D | ED | 53 | 2F |
| Octal | 24 | 36 | 335 | 133 | 126 | 0 | 15 | 355 | 123 | 57 |
| Binary | 10100 | 11110 | 11011101 | 1011011 | 1010110 | 0 | 1101 | 11101101 | 1010011 | 101111 |
Color Harmonies of #141EDD
Complementary color
Monochromatic Colors of #141EDD
Black with #141EDD
Text Example
Text Example
White with #141EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141EDD; }
p { color: rgb(20,30,221); }
H1.HeaderClassName
{
color: #141EDD;
}
.AnyTagClassName
{
color: #141EDD;
}
</style>
background-color css
<style>
a { background-color: #141EDD; }
a { background-color: rgb(20,30,221); }
div.DivClassName
{
background-color: #141EDD;
}
.BgClassName
{
background-color: #141EDD;
}
</style>
border-color css
<style>
span { border-color: #141EDD; }
span { border-color: rgb(20,30,221); }
td.TdClassName
{
border-color: #141EDD;
}
.TagClassName
{
border-color: #141EDD;
}
</style>