Shades of Blue #141CFB
Tints of Blue #141CFB
RGB
CMYK
RGB Variations
Color information
#141CFB (or 0x141CFB) is known color: Blue. HEX triplet: 14, 1C and FB. RGB value is (20,28,251). Sum of RGB (Red+Green+Blue) = 20+28+251=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 251 (98.44% from 255 or 83.95% from 299); Max value from RGB is 251 - color contains mainly: blue. Hex color #141CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141CFB is #EBE304. Grayscale: #323232. Windows color (decimal): -15459077 or 16456724. OLE color: 16456724.
HSL color Cylindrical-coordinate representation of color #141CFB: hue angle of 237.92º degrees, saturation: 0.97, 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 #141CFB is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 28 | 251 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.02 |
| HSL | 237.92º | 0.97% | 0.53% | - |
| HSV(B) | 237.92º | 0.92% | 0.98% | - |
| XYZ | 18.12 | 7.94 | 91.85 | - |
| YUV | 51.03 | 240.85 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 251 | 0.92 | 0.89 | 0 | 0.02 | 237.92 | 0.97 | 0.53 |
| Hex | 14 | 1C | FB | 5C | 59 | 0 | 2 | EE | 61 | 35 |
| Octal | 24 | 34 | 373 | 134 | 131 | 0 | 2 | 356 | 141 | 65 |
| Binary | 10100 | 11100 | 11111011 | 1011100 | 1011001 | 0 | 10 | 11101110 | 1100001 | 110101 |
Color Harmonies of #141CFB
Complementary color
Monochromatic Colors of #141CFB
Black with #141CFB
Text Example
Text Example
White with #141CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141CFB; }
p { color: rgb(20,28,251); }
H1.HeaderClassName
{
color: #141CFB;
}
.AnyTagClassName
{
color: #141CFB;
}
</style>
background-color css
<style>
a { background-color: #141CFB; }
a { background-color: rgb(20,28,251); }
div.DivClassName
{
background-color: #141CFB;
}
.BgClassName
{
background-color: #141CFB;
}
</style>
border-color css
<style>
span { border-color: #141CFB; }
span { border-color: rgb(20,28,251); }
td.TdClassName
{
border-color: #141CFB;
}
.TagClassName
{
border-color: #141CFB;
}
</style>