Shades of Medium Blue #140BE3
Tints of Medium Blue #140BE3
RGB
CMYK
RGB Variations
Color information
#140BE3 (or 0x140BE3) is known color: Medium Blue. HEX triplet: 14, 0B and E3. RGB value is (20,11,227). Sum of RGB (Red+Green+Blue) = 20+11+227=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 227 (89.06% from 255 or 87.98% from 258); Max value from RGB is 227 - color contains mainly: blue. Hex color #140BE3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140BE3 is #EBF41C. Grayscale: #252525. Windows color (decimal): -15463453 or 14879508. OLE color: 14879508.
HSL color Cylindrical-coordinate representation of color #140BE3: hue angle of 242.5º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140BE3 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 11 | 227 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.11 |
| HSL | 242.5º | 0.91% | 0.47% | - |
| HSV(B) | 242.5º | 0.95% | 0.89% | - |
| XYZ | 14.27 | 5.93 | 73.07 | - |
| YUV | 38.32 | 234.48 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 11 | 227 | 0.91 | 0.95 | 0 | 0.11 | 242.5 | 0.91 | 0.47 |
| Hex | 14 | B | E3 | 5B | 5F | 0 | B | F2 | 5B | 2F |
| Octal | 24 | 13 | 343 | 133 | 137 | 0 | 13 | 362 | 133 | 57 |
| Binary | 10100 | 1011 | 11100011 | 1011011 | 1011111 | 0 | 1011 | 11110010 | 1011011 | 101111 |
Color Harmonies of #140BE3
Complementary color
Monochromatic Colors of #140BE3
Black with #140BE3
Text Example
Text Example
White with #140BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140BE3; }
p { color: rgb(20,11,227); }
H1.HeaderClassName
{
color: #140BE3;
}
.AnyTagClassName
{
color: #140BE3;
}
</style>
background-color css
<style>
a { background-color: #140BE3; }
a { background-color: rgb(20,11,227); }
div.DivClassName
{
background-color: #140BE3;
}
.BgClassName
{
background-color: #140BE3;
}
</style>
border-color css
<style>
span { border-color: #140BE3; }
span { border-color: rgb(20,11,227); }
td.TdClassName
{
border-color: #140BE3;
}
.TagClassName
{
border-color: #140BE3;
}
</style>