Shades of Medium Blue #140EDC
Tints of Medium Blue #140EDC
RGB
CMYK
RGB Variations
Color information
#140EDC (or 0x140EDC) is known color: Medium Blue. HEX triplet: 14, 0E and DC. RGB value is (20,14,220). Sum of RGB (Red+Green+Blue) = 20+14+220=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 220 (86.33% from 255 or 86.61% from 254); Max value from RGB is 220 - color contains mainly: blue. Hex color #140EDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140EDC is #EBF123. Grayscale: #262626. Windows color (decimal): -15462692 or 14421524. OLE color: 14421524.
HSL color Cylindrical-coordinate representation of color #140EDC: hue angle of 241.75º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140EDC is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 14 | 220 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.14 |
| HSL | 241.75º | 0.88% | 0.46% | - |
| HSV(B) | 241.75º | 0.94% | 0.86% | - |
| XYZ | 13.36 | 5.63 | 68.09 | - |
| YUV | 39.28 | 229.99 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 14 | 220 | 0.91 | 0.94 | 0 | 0.14 | 241.75 | 0.88 | 0.46 |
| Hex | 14 | E | DC | 5B | 5E | 0 | E | F2 | 58 | 2E |
| Octal | 24 | 16 | 334 | 133 | 136 | 0 | 16 | 362 | 130 | 56 |
| Binary | 10100 | 1110 | 11011100 | 1011011 | 1011110 | 0 | 1110 | 11110010 | 1011000 | 101110 |
Color Harmonies of #140EDC
Complementary color
Monochromatic Colors of #140EDC
Black with #140EDC
Text Example
Text Example
White with #140EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140EDC; }
p { color: rgb(20,14,220); }
H1.HeaderClassName
{
color: #140EDC;
}
.AnyTagClassName
{
color: #140EDC;
}
</style>
background-color css
<style>
a { background-color: #140EDC; }
a { background-color: rgb(20,14,220); }
div.DivClassName
{
background-color: #140EDC;
}
.BgClassName
{
background-color: #140EDC;
}
</style>
border-color css
<style>
span { border-color: #140EDC; }
span { border-color: rgb(20,14,220); }
td.TdClassName
{
border-color: #140EDC;
}
.TagClassName
{
border-color: #140EDC;
}
</style>