Shades of Medium Blue #141DDC
Tints of Medium Blue #141DDC
RGB
CMYK
RGB Variations
Color information
#141DDC (or 0x141DDC) is known color: Medium Blue. HEX triplet: 14, 1D and DC. RGB value is (20,29,220). Sum of RGB (Red+Green+Blue) = 20+29+220=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 220 (86.33% from 255 or 81.78% from 269); Max value from RGB is 220 - color contains mainly: blue. Hex color #141DDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141DDC is #EBE223. Grayscale: #2F2F2F. Windows color (decimal): -15458852 or 14425364. OLE color: 14425364.
HSL color Cylindrical-coordinate representation of color #141DDC: hue angle of 237.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #141DDC is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 29 | 220 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.14 |
| HSL | 237.3º | 0.83% | 0.47% | - |
| HSV(B) | 237.3º | 0.91% | 0.86% | - |
| XYZ | 13.65 | 6.19 | 68.19 | - |
| YUV | 48.08 | 225.02 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 220 | 0.91 | 0.87 | 0 | 0.14 | 237.3 | 0.83 | 0.47 |
| Hex | 14 | 1D | DC | 5B | 57 | 0 | E | ED | 53 | 2F |
| Octal | 24 | 35 | 334 | 133 | 127 | 0 | 16 | 355 | 123 | 57 |
| Binary | 10100 | 11101 | 11011100 | 1011011 | 1010111 | 0 | 1110 | 11101101 | 1010011 | 101111 |
Color Harmonies of #141DDC
Complementary color
Monochromatic Colors of #141DDC
Black with #141DDC
Text Example
Text Example
White with #141DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141DDC; }
p { color: rgb(20,29,220); }
H1.HeaderClassName
{
color: #141DDC;
}
.AnyTagClassName
{
color: #141DDC;
}
</style>
background-color css
<style>
a { background-color: #141DDC; }
a { background-color: rgb(20,29,220); }
div.DivClassName
{
background-color: #141DDC;
}
.BgClassName
{
background-color: #141DDC;
}
</style>
border-color css
<style>
span { border-color: #141DDC; }
span { border-color: rgb(20,29,220); }
td.TdClassName
{
border-color: #141DDC;
}
.TagClassName
{
border-color: #141DDC;
}
</style>