Shades of Blue #141EFA
Tints of Blue #141EFA
RGB
CMYK
RGB Variations
Color information
#141EFA (or 0x141EFA) is known color: Blue. HEX triplet: 14, 1E and FA. RGB value is (20,30,250). Sum of RGB (Red+Green+Blue) = 20+30+250=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 250 (98.05% from 255 or 83.33% from 300); Max value from RGB is 250 - color contains mainly: blue. Hex color #141EFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141EFA is #EBE105. Grayscale: #333333. Windows color (decimal): -15458566 or 16391700. OLE color: 16391700.
HSL color Cylindrical-coordinate representation of color #141EFA: hue angle of 237.39º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #141EFA is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 30 | 250 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.02 |
| HSL | 237.39º | 0.96% | 0.53% | - |
| HSV(B) | 237.39º | 0.92% | 0.98% | - |
| XYZ | 18.01 | 7.98 | 91.03 | - |
| YUV | 52.09 | 239.69 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 250 | 0.92 | 0.88 | 0 | 0.02 | 237.39 | 0.96 | 0.53 |
| Hex | 14 | 1E | FA | 5C | 58 | 0 | 2 | ED | 60 | 35 |
| Octal | 24 | 36 | 372 | 134 | 130 | 0 | 2 | 355 | 140 | 65 |
| Binary | 10100 | 11110 | 11111010 | 1011100 | 1011000 | 0 | 10 | 11101101 | 1100000 | 110101 |
Color Harmonies of #141EFA
Complementary color
Monochromatic Colors of #141EFA
Black with #141EFA
Text Example
Text Example
White with #141EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141EFA; }
p { color: rgb(20,30,250); }
H1.HeaderClassName
{
color: #141EFA;
}
.AnyTagClassName
{
color: #141EFA;
}
</style>
background-color css
<style>
a { background-color: #141EFA; }
a { background-color: rgb(20,30,250); }
div.DivClassName
{
background-color: #141EFA;
}
.BgClassName
{
background-color: #141EFA;
}
</style>
border-color css
<style>
span { border-color: #141EFA; }
span { border-color: rgb(20,30,250); }
td.TdClassName
{
border-color: #141EFA;
}
.TagClassName
{
border-color: #141EFA;
}
</style>