Shades of Blue #141FEA
Tints of Blue #141FEA
RGB
CMYK
RGB Variations
Color information
#141FEA (or 0x141FEA) is known color: Blue. HEX triplet: 14, 1F and EA. RGB value is (20,31,234). Sum of RGB (Red+Green+Blue) = 20+31+234=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 234 (91.80% from 255 or 82.11% from 285); Max value from RGB is 234 - color contains mainly: blue. Hex color #141FEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141FEA is #EBE015. Grayscale: #323232. Windows color (decimal): -15458326 or 15343380. OLE color: 15343380.
HSL color Cylindrical-coordinate representation of color #141FEA: hue angle of 236.92º 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 #141FEA is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 31 | 234 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.08 |
| HSL | 236.92º | 0.84% | 0.5% | - |
| HSV(B) | 236.92º | 0.91% | 0.92% | - |
| XYZ | 15.63 | 7.07 | 78.38 | - |
| YUV | 50.85 | 231.36 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 234 | 0.91 | 0.87 | 0 | 0.08 | 236.92 | 0.84 | 0.5 |
| Hex | 14 | 1F | EA | 5B | 57 | 0 | 8 | ED | 54 | 32 |
| Octal | 24 | 37 | 352 | 133 | 127 | 0 | 10 | 355 | 124 | 62 |
| Binary | 10100 | 11111 | 11101010 | 1011011 | 1010111 | 0 | 1000 | 11101101 | 1010100 | 110010 |
Color Harmonies of #141FEA
Complementary color
Monochromatic Colors of #141FEA
Black with #141FEA
Text Example
Text Example
White with #141FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141FEA; }
p { color: rgb(20,31,234); }
H1.HeaderClassName
{
color: #141FEA;
}
.AnyTagClassName
{
color: #141FEA;
}
</style>
background-color css
<style>
a { background-color: #141FEA; }
a { background-color: rgb(20,31,234); }
div.DivClassName
{
background-color: #141FEA;
}
.BgClassName
{
background-color: #141FEA;
}
</style>
border-color css
<style>
span { border-color: #141FEA; }
span { border-color: rgb(20,31,234); }
td.TdClassName
{
border-color: #141FEA;
}
.TagClassName
{
border-color: #141FEA;
}
</style>