Shades of Medium Blue #141EDC
Tints of Medium Blue #141EDC
RGB
CMYK
RGB Variations
Color information
#141EDC (or 0x141EDC) is known color: Medium Blue. HEX triplet: 14, 1E and DC. RGB value is (20,30,220). Sum of RGB (Red+Green+Blue) = 20+30+220=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 220 (86.33% from 255 or 81.48% from 270); Max value from RGB is 220 - color contains mainly: blue. Hex color #141EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141EDC is #EBE123. Grayscale: #2F2F2F. Windows color (decimal): -15458596 or 14425620. OLE color: 14425620.
HSL color Cylindrical-coordinate representation of color #141EDC: hue angle of 237º 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 #141EDC is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 30 | 220 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.14 |
| HSL | 237º | 0.83% | 0.47% | - |
| HSV(B) | 237º | 0.91% | 0.86% | - |
| XYZ | 13.67 | 6.24 | 68.19 | - |
| YUV | 48.67 | 224.69 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 220 | 0.91 | 0.86 | 0 | 0.14 | 237 | 0.83 | 0.47 |
| Hex | 14 | 1E | DC | 5B | 56 | 0 | E | ED | 53 | 2F |
| Octal | 24 | 36 | 334 | 133 | 126 | 0 | 16 | 355 | 123 | 57 |
| Binary | 10100 | 11110 | 11011100 | 1011011 | 1010110 | 0 | 1110 | 11101101 | 1010011 | 101111 |
Color Harmonies of #141EDC
Complementary color
Monochromatic Colors of #141EDC
Black with #141EDC
Text Example
Text Example
White with #141EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141EDC; }
p { color: rgb(20,30,220); }
H1.HeaderClassName
{
color: #141EDC;
}
.AnyTagClassName
{
color: #141EDC;
}
</style>
background-color css
<style>
a { background-color: #141EDC; }
a { background-color: rgb(20,30,220); }
div.DivClassName
{
background-color: #141EDC;
}
.BgClassName
{
background-color: #141EDC;
}
</style>
border-color css
<style>
span { border-color: #141EDC; }
span { border-color: rgb(20,30,220); }
td.TdClassName
{
border-color: #141EDC;
}
.TagClassName
{
border-color: #141EDC;
}
</style>