Shades of Medium Blue #141CE5
Tints of Medium Blue #141CE5
RGB
CMYK
RGB Variations
Color information
#141CE5 (or 0x141CE5) is known color: Medium Blue. HEX triplet: 14, 1C and E5. RGB value is (20,28,229). Sum of RGB (Red+Green+Blue) = 20+28+229=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 229 (89.84% from 255 or 82.67% from 277); Max value from RGB is 229 - color contains mainly: blue. Hex color #141CE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141CE5 is #EBE31A. Grayscale: #2F2F2F. Windows color (decimal): -15459099 or 15014932. OLE color: 15014932.
HSL color Cylindrical-coordinate representation of color #141CE5: hue angle of 237.7º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #141CE5 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 28 | 229 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.10 |
| HSL | 237.7º | 0.84% | 0.49% | - |
| HSV(B) | 237.7º | 0.91% | 0.9% | - |
| XYZ | 14.85 | 6.64 | 74.63 | - |
| YUV | 48.52 | 229.85 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 229 | 0.91 | 0.88 | 0 | 0.10 | 237.7 | 0.84 | 0.49 |
| Hex | 14 | 1C | E5 | 5B | 58 | 0 | A | EE | 54 | 31 |
| Octal | 24 | 34 | 345 | 133 | 130 | 0 | 12 | 356 | 124 | 61 |
| Binary | 10100 | 11100 | 11100101 | 1011011 | 1011000 | 0 | 1010 | 11101110 | 1010100 | 110001 |
Color Harmonies of #141CE5
Complementary color
Monochromatic Colors of #141CE5
Black with #141CE5
Text Example
Text Example
White with #141CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141CE5; }
p { color: rgb(20,28,229); }
H1.HeaderClassName
{
color: #141CE5;
}
.AnyTagClassName
{
color: #141CE5;
}
</style>
background-color css
<style>
a { background-color: #141CE5; }
a { background-color: rgb(20,28,229); }
div.DivClassName
{
background-color: #141CE5;
}
.BgClassName
{
background-color: #141CE5;
}
</style>
border-color css
<style>
span { border-color: #141CE5; }
span { border-color: rgb(20,28,229); }
td.TdClassName
{
border-color: #141CE5;
}
.TagClassName
{
border-color: #141CE5;
}
</style>