Shades of Blue #141BFB
Tints of Blue #141BFB
RGB
CMYK
RGB Variations
Color information
#141BFB (or 0x141BFB) is known color: Blue. HEX triplet: 14, 1B and FB. RGB value is (20,27,251). Sum of RGB (Red+Green+Blue) = 20+27+251=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 251 (98.44% from 255 or 84.23% from 298); Max value from RGB is 251 - color contains mainly: blue. Hex color #141BFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141BFB is #EBE404. Grayscale: #313131. Windows color (decimal): -15459333 or 16456468. OLE color: 16456468.
HSL color Cylindrical-coordinate representation of color #141BFB: hue angle of 238.18º 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 #141BFB is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 27 | 251 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.02 |
| HSL | 238.18º | 0.97% | 0.53% | - |
| HSV(B) | 238.18º | 0.92% | 0.98% | - |
| XYZ | 18.09 | 7.9 | 91.84 | - |
| YUV | 50.44 | 241.18 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 251 | 0.92 | 0.89 | 0 | 0.02 | 238.18 | 0.97 | 0.53 |
| Hex | 14 | 1B | FB | 5C | 59 | 0 | 2 | EE | 61 | 35 |
| Octal | 24 | 33 | 373 | 134 | 131 | 0 | 2 | 356 | 141 | 65 |
| Binary | 10100 | 11011 | 11111011 | 1011100 | 1011001 | 0 | 10 | 11101110 | 1100001 | 110101 |
Color Harmonies of #141BFB
Complementary color
Monochromatic Colors of #141BFB
Black with #141BFB
Text Example
Text Example
White with #141BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141BFB; }
p { color: rgb(20,27,251); }
H1.HeaderClassName
{
color: #141BFB;
}
.AnyTagClassName
{
color: #141BFB;
}
</style>
background-color css
<style>
a { background-color: #141BFB; }
a { background-color: rgb(20,27,251); }
div.DivClassName
{
background-color: #141BFB;
}
.BgClassName
{
background-color: #141BFB;
}
</style>
border-color css
<style>
span { border-color: #141BFB; }
span { border-color: rgb(20,27,251); }
td.TdClassName
{
border-color: #141BFB;
}
.TagClassName
{
border-color: #141BFB;
}
</style>