Shades of Medium Blue #141DD9
Tints of Medium Blue #141DD9
RGB
CMYK
RGB Variations
Color information
#141DD9 (or 0x141DD9) is known color: Medium Blue. HEX triplet: 14, 1D and D9. RGB value is (20,29,217). Sum of RGB (Red+Green+Blue) = 20+29+217=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 217 (85.16% from 255 or 81.58% from 266); Max value from RGB is 217 - color contains mainly: blue. Hex color #141DD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141DD9 is #EBE226. Grayscale: #2E2E2E. Windows color (decimal): -15458855 or 14228756. OLE color: 14228756.
HSL color Cylindrical-coordinate representation of color #141DD9: hue angle of 237.26º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #141DD9 is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 29 | 217 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.15 |
| HSL | 237.26º | 0.83% | 0.46% | - |
| HSV(B) | 237.26º | 0.91% | 0.85% | - |
| XYZ | 13.25 | 6.04 | 66.11 | - |
| YUV | 47.74 | 223.52 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 217 | 0.91 | 0.87 | 0 | 0.15 | 237.26 | 0.83 | 0.46 |
| Hex | 14 | 1D | D9 | 5B | 57 | 0 | F | ED | 53 | 2E |
| Octal | 24 | 35 | 331 | 133 | 127 | 0 | 17 | 355 | 123 | 56 |
| Binary | 10100 | 11101 | 11011001 | 1011011 | 1010111 | 0 | 1111 | 11101101 | 1010011 | 101110 |
Color Harmonies of #141DD9
Complementary color
Monochromatic Colors of #141DD9
Black with #141DD9
Text Example
Text Example
White with #141DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141DD9; }
p { color: rgb(20,29,217); }
H1.HeaderClassName
{
color: #141DD9;
}
.AnyTagClassName
{
color: #141DD9;
}
</style>
background-color css
<style>
a { background-color: #141DD9; }
a { background-color: rgb(20,29,217); }
div.DivClassName
{
background-color: #141DD9;
}
.BgClassName
{
background-color: #141DD9;
}
</style>
border-color css
<style>
span { border-color: #141DD9; }
span { border-color: rgb(20,29,217); }
td.TdClassName
{
border-color: #141DD9;
}
.TagClassName
{
border-color: #141DD9;
}
</style>