Shades of Blue #141EE9
Tints of Blue #141EE9
RGB
CMYK
RGB Variations
Color information
#141EE9 (or 0x141EE9) is known color: Blue. HEX triplet: 14, 1E and E9. RGB value is (20,30,233). Sum of RGB (Red+Green+Blue) = 20+30+233=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 233 (91.41% from 255 or 82.33% from 283); Max value from RGB is 233 - color contains mainly: blue. Hex color #141EE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141EE9 is #EBE116. Grayscale: #313131. Windows color (decimal): -15458583 or 15277588. OLE color: 15277588.
HSL color Cylindrical-coordinate representation of color #141EE9: hue angle of 237.18º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #141EE9 is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 30 | 233 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.09 |
| HSL | 237.18º | 0.84% | 0.5% | - |
| HSV(B) | 237.18º | 0.91% | 0.91% | - |
| XYZ | 15.46 | 6.96 | 77.62 | - |
| YUV | 50.15 | 231.19 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 233 | 0.91 | 0.87 | 0 | 0.09 | 237.18 | 0.84 | 0.5 |
| Hex | 14 | 1E | E9 | 5B | 57 | 0 | 9 | ED | 54 | 32 |
| Octal | 24 | 36 | 351 | 133 | 127 | 0 | 11 | 355 | 124 | 62 |
| Binary | 10100 | 11110 | 11101001 | 1011011 | 1010111 | 0 | 1001 | 11101101 | 1010100 | 110010 |
Color Harmonies of #141EE9
Complementary color
Monochromatic Colors of #141EE9
Black with #141EE9
Text Example
Text Example
White with #141EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141EE9; }
p { color: rgb(20,30,233); }
H1.HeaderClassName
{
color: #141EE9;
}
.AnyTagClassName
{
color: #141EE9;
}
</style>
background-color css
<style>
a { background-color: #141EE9; }
a { background-color: rgb(20,30,233); }
div.DivClassName
{
background-color: #141EE9;
}
.BgClassName
{
background-color: #141EE9;
}
</style>
border-color css
<style>
span { border-color: #141EE9; }
span { border-color: rgb(20,30,233); }
td.TdClassName
{
border-color: #141EE9;
}
.TagClassName
{
border-color: #141EE9;
}
</style>