Shades of Medium Blue #141DD1
Tints of Medium Blue #141DD1
RGB
CMYK
RGB Variations
Color information
#141DD1 (or 0x141DD1) is known color: Medium Blue. HEX triplet: 14, 1D and D1. RGB value is (20,29,209). Sum of RGB (Red+Green+Blue) = 20+29+209=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 209 (82.03% from 255 or 81.01% from 258); Max value from RGB is 209 - color contains mainly: blue. Hex color #141DD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141DD1 is #EBE22E. Grayscale: #2E2E2E. Windows color (decimal): -15458863 or 13704468. OLE color: 13704468.
HSL color Cylindrical-coordinate representation of color #141DD1: hue angle of 237.14º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #141DD1 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 29 | 209 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.18 |
| HSL | 237.14º | 0.83% | 0.45% | - |
| HSV(B) | 237.14º | 0.9% | 0.82% | - |
| XYZ | 12.24 | 5.63 | 60.76 | - |
| YUV | 46.83 | 219.52 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 209 | 0.90 | 0.86 | 0 | 0.18 | 237.14 | 0.83 | 0.45 |
| Hex | 14 | 1D | D1 | 5A | 56 | 0 | 12 | ED | 53 | 2D |
| Octal | 24 | 35 | 321 | 132 | 126 | 0 | 22 | 355 | 123 | 55 |
| Binary | 10100 | 11101 | 11010001 | 1011010 | 1010110 | 0 | 10010 | 11101101 | 1010011 | 101101 |
Color Harmonies of #141DD1
Complementary color
Monochromatic Colors of #141DD1
Black with #141DD1
Text Example
Text Example
White with #141DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141DD1; }
p { color: rgb(20,29,209); }
H1.HeaderClassName
{
color: #141DD1;
}
.AnyTagClassName
{
color: #141DD1;
}
</style>
background-color css
<style>
a { background-color: #141DD1; }
a { background-color: rgb(20,29,209); }
div.DivClassName
{
background-color: #141DD1;
}
.BgClassName
{
background-color: #141DD1;
}
</style>
border-color css
<style>
span { border-color: #141DD1; }
span { border-color: rgb(20,29,209); }
td.TdClassName
{
border-color: #141DD1;
}
.TagClassName
{
border-color: #141DD1;
}
</style>