Shades of Blue #141FED
Tints of Blue #141FED
RGB
CMYK
RGB Variations
Color information
#141FED (or 0x141FED) is known color: Blue. HEX triplet: 14, 1F and ED. RGB value is (20,31,237). Sum of RGB (Red+Green+Blue) = 20+31+237=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 237 (92.97% from 255 or 82.29% from 288); Max value from RGB is 237 - color contains mainly: blue. Hex color #141FED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141FED is #EBE012. Grayscale: #323232. Windows color (decimal): -15458323 or 15539988. OLE color: 15539988.
HSL color Cylindrical-coordinate representation of color #141FED: hue angle of 236.96º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #141FED is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 31 | 237 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.07 |
| HSL | 236.96º | 0.86% | 0.5% | - |
| HSV(B) | 236.96º | 0.92% | 0.93% | - |
| XYZ | 16.06 | 7.24 | 80.67 | - |
| YUV | 51.2 | 232.86 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 237 | 0.92 | 0.87 | 0 | 0.07 | 236.96 | 0.86 | 0.5 |
| Hex | 14 | 1F | ED | 5C | 57 | 0 | 7 | ED | 56 | 32 |
| Octal | 24 | 37 | 355 | 134 | 127 | 0 | 7 | 355 | 126 | 62 |
| Binary | 10100 | 11111 | 11101101 | 1011100 | 1010111 | 0 | 111 | 11101101 | 1010110 | 110010 |
Color Harmonies of #141FED
Complementary color
Monochromatic Colors of #141FED
Black with #141FED
Text Example
Text Example
White with #141FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141FED; }
p { color: rgb(20,31,237); }
H1.HeaderClassName
{
color: #141FED;
}
.AnyTagClassName
{
color: #141FED;
}
</style>
background-color css
<style>
a { background-color: #141FED; }
a { background-color: rgb(20,31,237); }
div.DivClassName
{
background-color: #141FED;
}
.BgClassName
{
background-color: #141FED;
}
</style>
border-color css
<style>
span { border-color: #141FED; }
span { border-color: rgb(20,31,237); }
td.TdClassName
{
border-color: #141FED;
}
.TagClassName
{
border-color: #141FED;
}
</style>