Shades of Blue #141CE7
Tints of Blue #141CE7
RGB
CMYK
RGB Variations
Color information
#141CE7 (or 0x141CE7) is known color: Blue. HEX triplet: 14, 1C and E7. RGB value is (20,28,231). Sum of RGB (Red+Green+Blue) = 20+28+231=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 231 (90.62% from 255 or 82.80% from 279); Max value from RGB is 231 - color contains mainly: blue. Hex color #141CE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141CE7 is #EBE318. Grayscale: #2F2F2F. Windows color (decimal): -15459097 or 15146004. OLE color: 15146004.
HSL color Cylindrical-coordinate representation of color #141CE7: hue angle of 237.73º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #141CE7 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 28 | 231 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.09 |
| HSL | 237.73º | 0.84% | 0.49% | - |
| HSV(B) | 237.73º | 0.91% | 0.91% | - |
| XYZ | 15.13 | 6.75 | 76.11 | - |
| YUV | 48.75 | 230.85 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 231 | 0.91 | 0.88 | 0 | 0.09 | 237.73 | 0.84 | 0.49 |
| Hex | 14 | 1C | E7 | 5B | 58 | 0 | 9 | EE | 54 | 31 |
| Octal | 24 | 34 | 347 | 133 | 130 | 0 | 11 | 356 | 124 | 61 |
| Binary | 10100 | 11100 | 11100111 | 1011011 | 1011000 | 0 | 1001 | 11101110 | 1010100 | 110001 |
Color Harmonies of #141CE7
Complementary color
Monochromatic Colors of #141CE7
Black with #141CE7
Text Example
Text Example
White with #141CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141CE7; }
p { color: rgb(20,28,231); }
H1.HeaderClassName
{
color: #141CE7;
}
.AnyTagClassName
{
color: #141CE7;
}
</style>
background-color css
<style>
a { background-color: #141CE7; }
a { background-color: rgb(20,28,231); }
div.DivClassName
{
background-color: #141CE7;
}
.BgClassName
{
background-color: #141CE7;
}
</style>
border-color css
<style>
span { border-color: #141CE7; }
span { border-color: rgb(20,28,231); }
td.TdClassName
{
border-color: #141CE7;
}
.TagClassName
{
border-color: #141CE7;
}
</style>