Shades of Medium Blue #140ECC
Tints of Medium Blue #140ECC
RGB
CMYK
RGB Variations
Color information
#140ECC (or 0x140ECC) is known color: Medium Blue. HEX triplet: 14, 0E and CC. RGB value is (20,14,204). Sum of RGB (Red+Green+Blue) = 20+14+204=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 204 (80.08% from 255 or 85.71% from 238); Max value from RGB is 204 - color contains mainly: blue. Hex color #140ECC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140ECC is #EBF133. Grayscale: #242424. Windows color (decimal): -15462708 or 13372948. OLE color: 13372948.
HSL color Cylindrical-coordinate representation of color #140ECC: hue angle of 241.89º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140ECC is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 14 | 204 | - |
| CMYK | 0.90 | 0.93 | 0 | 0.2 |
| HSL | 241.89º | 0.87% | 0.43% | - |
| HSV(B) | 241.89º | 0.93% | 0.8% | - |
| XYZ | 11.34 | 4.82 | 57.46 | - |
| YUV | 37.45 | 221.99 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 14 | 204 | 0.90 | 0.93 | 0 | 0.2 | 241.89 | 0.87 | 0.43 |
| Hex | 14 | E | CC | 5A | 5D | 0 | 14 | F2 | 57 | 2B |
| Octal | 24 | 16 | 314 | 132 | 135 | 0 | 24 | 362 | 127 | 53 |
| Binary | 10100 | 1110 | 11001100 | 1011010 | 1011101 | 0 | 10100 | 11110010 | 1010111 | 101011 |
Color Harmonies of #140ECC
Complementary color
Monochromatic Colors of #140ECC
Black with #140ECC
Text Example
Text Example
White with #140ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140ECC; }
p { color: rgb(20,14,204); }
H1.HeaderClassName
{
color: #140ECC;
}
.AnyTagClassName
{
color: #140ECC;
}
</style>
background-color css
<style>
a { background-color: #140ECC; }
a { background-color: rgb(20,14,204); }
div.DivClassName
{
background-color: #140ECC;
}
.BgClassName
{
background-color: #140ECC;
}
</style>
border-color css
<style>
span { border-color: #140ECC; }
span { border-color: rgb(20,14,204); }
td.TdClassName
{
border-color: #140ECC;
}
.TagClassName
{
border-color: #140ECC;
}
</style>