Shades of Medium Blue #141AE0
Tints of Medium Blue #141AE0
RGB
CMYK
RGB Variations
Color information
#141AE0 (or 0x141AE0) is known color: Medium Blue. HEX triplet: 14, 1A and E0. RGB value is (20,26,224). Sum of RGB (Red+Green+Blue) = 20+26+224=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 224 (87.89% from 255 or 82.96% from 270); Max value from RGB is 224 - color contains mainly: blue. Hex color #141AE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141AE0 is #EBE51F. Grayscale: #2D2D2D. Windows color (decimal): -15459616 or 14686740. OLE color: 14686740.
HSL color Cylindrical-coordinate representation of color #141AE0: hue angle of 238.24º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #141AE0 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 26 | 224 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.12 |
| HSL | 238.24º | 0.84% | 0.48% | - |
| HSV(B) | 238.24º | 0.91% | 0.88% | - |
| XYZ | 14.11 | 6.27 | 70.99 | - |
| YUV | 46.78 | 228.01 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 224 | 0.91 | 0.88 | 0 | 0.12 | 238.24 | 0.84 | 0.48 |
| Hex | 14 | 1A | E0 | 5B | 58 | 0 | C | EE | 54 | 30 |
| Octal | 24 | 32 | 340 | 133 | 130 | 0 | 14 | 356 | 124 | 60 |
| Binary | 10100 | 11010 | 11100000 | 1011011 | 1011000 | 0 | 1100 | 11101110 | 1010100 | 110000 |
Color Harmonies of #141AE0
Complementary color
Monochromatic Colors of #141AE0
Black with #141AE0
Text Example
Text Example
White with #141AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141AE0; }
p { color: rgb(20,26,224); }
H1.HeaderClassName
{
color: #141AE0;
}
.AnyTagClassName
{
color: #141AE0;
}
</style>
background-color css
<style>
a { background-color: #141AE0; }
a { background-color: rgb(20,26,224); }
div.DivClassName
{
background-color: #141AE0;
}
.BgClassName
{
background-color: #141AE0;
}
</style>
border-color css
<style>
span { border-color: #141AE0; }
span { border-color: rgb(20,26,224); }
td.TdClassName
{
border-color: #141AE0;
}
.TagClassName
{
border-color: #141AE0;
}
</style>