Shades of Blue #141CEB
Tints of Blue #141CEB
RGB
CMYK
RGB Variations
Color information
#141CEB (or 0x141CEB) is known color: Blue. HEX triplet: 14, 1C and EB. RGB value is (20,28,235). Sum of RGB (Red+Green+Blue) = 20+28+235=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 235 (92.19% from 255 or 83.04% from 283); Max value from RGB is 235 - color contains mainly: blue. Hex color #141CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141CEB is #EBE314. Grayscale: #303030. Windows color (decimal): -15459093 or 15408148. OLE color: 15408148.
HSL color Cylindrical-coordinate representation of color #141CEB: hue angle of 237.77º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #141CEB is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 28 | 235 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.08 |
| HSL | 237.77º | 0.84% | 0.5% | - |
| HSV(B) | 237.77º | 0.91% | 0.92% | - |
| XYZ | 15.7 | 6.98 | 79.12 | - |
| YUV | 49.21 | 232.85 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 235 | 0.91 | 0.88 | 0 | 0.08 | 237.77 | 0.84 | 0.5 |
| Hex | 14 | 1C | EB | 5B | 58 | 0 | 8 | EE | 54 | 32 |
| Octal | 24 | 34 | 353 | 133 | 130 | 0 | 10 | 356 | 124 | 62 |
| Binary | 10100 | 11100 | 11101011 | 1011011 | 1011000 | 0 | 1000 | 11101110 | 1010100 | 110010 |
Color Harmonies of #141CEB
Complementary color
Monochromatic Colors of #141CEB
Black with #141CEB
Text Example
Text Example
White with #141CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141CEB; }
p { color: rgb(20,28,235); }
H1.HeaderClassName
{
color: #141CEB;
}
.AnyTagClassName
{
color: #141CEB;
}
</style>
background-color css
<style>
a { background-color: #141CEB; }
a { background-color: rgb(20,28,235); }
div.DivClassName
{
background-color: #141CEB;
}
.BgClassName
{
background-color: #141CEB;
}
</style>
border-color css
<style>
span { border-color: #141CEB; }
span { border-color: rgb(20,28,235); }
td.TdClassName
{
border-color: #141CEB;
}
.TagClassName
{
border-color: #141CEB;
}
</style>