Shades of Medium Blue #140BE0
Tints of Medium Blue #140BE0
RGB
CMYK
RGB Variations
Color information
#140BE0 (or 0x140BE0) is known color: Medium Blue. HEX triplet: 14, 0B and E0. RGB value is (20,11,224). Sum of RGB (Red+Green+Blue) = 20+11+224=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 224 (87.89% from 255 or 87.84% from 255); Max value from RGB is 224 - color contains mainly: blue. Hex color #140BE0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140BE0 is #EBF41F. Grayscale: #252525. Windows color (decimal): -15463456 or 14682900. OLE color: 14682900.
HSL color Cylindrical-coordinate representation of color #140BE0: hue angle of 242.54º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140BE0 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 11 | 224 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.12 |
| HSL | 242.54º | 0.91% | 0.46% | - |
| HSV(B) | 242.54º | 0.95% | 0.88% | - |
| XYZ | 13.86 | 5.77 | 70.9 | - |
| YUV | 37.97 | 232.98 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 11 | 224 | 0.91 | 0.95 | 0 | 0.12 | 242.54 | 0.91 | 0.46 |
| Hex | 14 | B | E0 | 5B | 5F | 0 | C | F3 | 5B | 2E |
| Octal | 24 | 13 | 340 | 133 | 137 | 0 | 14 | 363 | 133 | 56 |
| Binary | 10100 | 1011 | 11100000 | 1011011 | 1011111 | 0 | 1100 | 11110011 | 1011011 | 101110 |
Color Harmonies of #140BE0
Complementary color
Monochromatic Colors of #140BE0
Black with #140BE0
Text Example
Text Example
White with #140BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140BE0; }
p { color: rgb(20,11,224); }
H1.HeaderClassName
{
color: #140BE0;
}
.AnyTagClassName
{
color: #140BE0;
}
</style>
background-color css
<style>
a { background-color: #140BE0; }
a { background-color: rgb(20,11,224); }
div.DivClassName
{
background-color: #140BE0;
}
.BgClassName
{
background-color: #140BE0;
}
</style>
border-color css
<style>
span { border-color: #140BE0; }
span { border-color: rgb(20,11,224); }
td.TdClassName
{
border-color: #140BE0;
}
.TagClassName
{
border-color: #140BE0;
}
</style>