Shades of Medium Blue #140BE2
Tints of Medium Blue #140BE2
RGB
CMYK
RGB Variations
Color information
#140BE2 (or 0x140BE2) is known color: Medium Blue. HEX triplet: 14, 0B and E2. RGB value is (20,11,226). Sum of RGB (Red+Green+Blue) = 20+11+226=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 226 (88.67% from 255 or 87.94% from 257); Max value from RGB is 226 - color contains mainly: blue. Hex color #140BE2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140BE2 is #EBF41D. Grayscale: #252525. Windows color (decimal): -15463454 or 14813972. OLE color: 14813972.
HSL color Cylindrical-coordinate representation of color #140BE2: hue angle of 242.51º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140BE2 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 11 | 226 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.11 |
| HSL | 242.51º | 0.91% | 0.46% | - |
| HSV(B) | 242.51º | 0.95% | 0.89% | - |
| XYZ | 14.14 | 5.88 | 72.34 | - |
| YUV | 38.2 | 233.98 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 11 | 226 | 0.91 | 0.95 | 0 | 0.11 | 242.51 | 0.91 | 0.46 |
| Hex | 14 | B | E2 | 5B | 5F | 0 | B | F3 | 5B | 2E |
| Octal | 24 | 13 | 342 | 133 | 137 | 0 | 13 | 363 | 133 | 56 |
| Binary | 10100 | 1011 | 11100010 | 1011011 | 1011111 | 0 | 1011 | 11110011 | 1011011 | 101110 |
Color Harmonies of #140BE2
Complementary color
Monochromatic Colors of #140BE2
Black with #140BE2
Text Example
Text Example
White with #140BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140BE2; }
p { color: rgb(20,11,226); }
H1.HeaderClassName
{
color: #140BE2;
}
.AnyTagClassName
{
color: #140BE2;
}
</style>
background-color css
<style>
a { background-color: #140BE2; }
a { background-color: rgb(20,11,226); }
div.DivClassName
{
background-color: #140BE2;
}
.BgClassName
{
background-color: #140BE2;
}
</style>
border-color css
<style>
span { border-color: #140BE2; }
span { border-color: rgb(20,11,226); }
td.TdClassName
{
border-color: #140BE2;
}
.TagClassName
{
border-color: #140BE2;
}
</style>