Shades of Medium Blue #141CE4
Tints of Medium Blue #141CE4
RGB
CMYK
RGB Variations
Color information
#141CE4 (or 0x141CE4) is known color: Medium Blue. HEX triplet: 14, 1C and E4. RGB value is (20,28,228). Sum of RGB (Red+Green+Blue) = 20+28+228=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 228 (89.45% from 255 or 82.61% from 276); Max value from RGB is 228 - color contains mainly: blue. Hex color #141CE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141CE4 is #EBE31B. Grayscale: #2F2F2F. Windows color (decimal): -15459100 or 14949396. OLE color: 14949396.
HSL color Cylindrical-coordinate representation of color #141CE4: hue angle of 237.69º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #141CE4 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 28 | 228 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.11 |
| HSL | 237.69º | 0.84% | 0.49% | - |
| HSV(B) | 237.69º | 0.91% | 0.89% | - |
| XYZ | 14.71 | 6.58 | 73.89 | - |
| YUV | 48.41 | 229.35 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 228 | 0.91 | 0.88 | 0 | 0.11 | 237.69 | 0.84 | 0.49 |
| Hex | 14 | 1C | E4 | 5B | 58 | 0 | B | EE | 54 | 31 |
| Octal | 24 | 34 | 344 | 133 | 130 | 0 | 13 | 356 | 124 | 61 |
| Binary | 10100 | 11100 | 11100100 | 1011011 | 1011000 | 0 | 1011 | 11101110 | 1010100 | 110001 |
Color Harmonies of #141CE4
Complementary color
Monochromatic Colors of #141CE4
Black with #141CE4
Text Example
Text Example
White with #141CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141CE4; }
p { color: rgb(20,28,228); }
H1.HeaderClassName
{
color: #141CE4;
}
.AnyTagClassName
{
color: #141CE4;
}
</style>
background-color css
<style>
a { background-color: #141CE4; }
a { background-color: rgb(20,28,228); }
div.DivClassName
{
background-color: #141CE4;
}
.BgClassName
{
background-color: #141CE4;
}
</style>
border-color css
<style>
span { border-color: #141CE4; }
span { border-color: rgb(20,28,228); }
td.TdClassName
{
border-color: #141CE4;
}
.TagClassName
{
border-color: #141CE4;
}
</style>