Shades of Medium Blue #140CE2
Tints of Medium Blue #140CE2
RGB
CMYK
RGB Variations
Color information
#140CE2 (or 0x140CE2) is known color: Medium Blue. HEX triplet: 14, 0C and E2. RGB value is (20,12,226). Sum of RGB (Red+Green+Blue) = 20+12+226=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 226 (88.67% from 255 or 87.60% from 258); Max value from RGB is 226 - color contains mainly: blue. Hex color #140CE2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140CE2 is #EBF31D. Grayscale: #252525. Windows color (decimal): -15463198 or 14814228. OLE color: 14814228.
HSL color Cylindrical-coordinate representation of color #140CE2: hue angle of 242.24º degrees, saturation: 0.9, 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 #140CE2 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 12 | 226 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.11 |
| HSL | 242.24º | 0.9% | 0.47% | - |
| HSV(B) | 242.24º | 0.95% | 0.89% | - |
| XYZ | 14.15 | 5.9 | 72.35 | - |
| YUV | 38.79 | 233.65 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 12 | 226 | 0.91 | 0.95 | 0 | 0.11 | 242.24 | 0.9 | 0.47 |
| Hex | 14 | C | E2 | 5B | 5F | 0 | B | F2 | 5A | 2F |
| Octal | 24 | 14 | 342 | 133 | 137 | 0 | 13 | 362 | 132 | 57 |
| Binary | 10100 | 1100 | 11100010 | 1011011 | 1011111 | 0 | 1011 | 11110010 | 1011010 | 101111 |
Color Harmonies of #140CE2
Complementary color
Monochromatic Colors of #140CE2
Black with #140CE2
Text Example
Text Example
White with #140CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140CE2; }
p { color: rgb(20,12,226); }
H1.HeaderClassName
{
color: #140CE2;
}
.AnyTagClassName
{
color: #140CE2;
}
</style>
background-color css
<style>
a { background-color: #140CE2; }
a { background-color: rgb(20,12,226); }
div.DivClassName
{
background-color: #140CE2;
}
.BgClassName
{
background-color: #140CE2;
}
</style>
border-color css
<style>
span { border-color: #140CE2; }
span { border-color: rgb(20,12,226); }
td.TdClassName
{
border-color: #140CE2;
}
.TagClassName
{
border-color: #140CE2;
}
</style>