Shades of Blue #141CFA
Tints of Blue #141CFA
RGB
CMYK
RGB Variations
Color information
#141CFA (or 0x141CFA) is known color: Blue. HEX triplet: 14, 1C and FA. RGB value is (20,28,250). Sum of RGB (Red+Green+Blue) = 20+28+250=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 250 (98.05% from 255 or 83.89% from 298); Max value from RGB is 250 - color contains mainly: blue. Hex color #141CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141CFA is #EBE305. Grayscale: #323232. Windows color (decimal): -15459078 or 16391188. OLE color: 16391188.
HSL color Cylindrical-coordinate representation of color #141CFA: hue angle of 237.91º 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 #141CFA is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 28 | 250 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.02 |
| HSL | 237.91º | 0.96% | 0.53% | - |
| HSV(B) | 237.91º | 0.92% | 0.98% | - |
| XYZ | 17.96 | 7.88 | 91.02 | - |
| YUV | 50.92 | 240.35 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 250 | 0.92 | 0.89 | 0 | 0.02 | 237.91 | 0.96 | 0.53 |
| Hex | 14 | 1C | FA | 5C | 59 | 0 | 2 | EE | 60 | 35 |
| Octal | 24 | 34 | 372 | 134 | 131 | 0 | 2 | 356 | 140 | 65 |
| Binary | 10100 | 11100 | 11111010 | 1011100 | 1011001 | 0 | 10 | 11101110 | 1100000 | 110101 |
Color Harmonies of #141CFA
Complementary color
Monochromatic Colors of #141CFA
Black with #141CFA
Text Example
Text Example
White with #141CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141CFA; }
p { color: rgb(20,28,250); }
H1.HeaderClassName
{
color: #141CFA;
}
.AnyTagClassName
{
color: #141CFA;
}
</style>
background-color css
<style>
a { background-color: #141CFA; }
a { background-color: rgb(20,28,250); }
div.DivClassName
{
background-color: #141CFA;
}
.BgClassName
{
background-color: #141CFA;
}
</style>
border-color css
<style>
span { border-color: #141CFA; }
span { border-color: rgb(20,28,250); }
td.TdClassName
{
border-color: #141CFA;
}
.TagClassName
{
border-color: #141CFA;
}
</style>