Shades of Blue #141BF8
Tints of Blue #141BF8
RGB
CMYK
RGB Variations
Color information
#141BF8 (or 0x141BF8) is known color: Blue. HEX triplet: 14, 1B and F8. RGB value is (20,27,248). Sum of RGB (Red+Green+Blue) = 20+27+248=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 248 (97.27% from 255 or 84.07% from 295); Max value from RGB is 248 - color contains mainly: blue. Hex color #141BF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141BF8 is #EBE407. Grayscale: #313131. Windows color (decimal): -15459336 or 16259860. OLE color: 16259860.
HSL color Cylindrical-coordinate representation of color #141BF8: hue angle of 238.16º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #141BF8 is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 27 | 248 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.03 |
| HSL | 238.16º | 0.94% | 0.53% | - |
| HSV(B) | 238.16º | 0.92% | 0.97% | - |
| XYZ | 17.62 | 7.71 | 89.37 | - |
| YUV | 50.1 | 239.68 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 248 | 0.92 | 0.89 | 0 | 0.03 | 238.16 | 0.94 | 0.53 |
| Hex | 14 | 1B | F8 | 5C | 59 | 0 | 3 | EE | 5E | 35 |
| Octal | 24 | 33 | 370 | 134 | 131 | 0 | 3 | 356 | 136 | 65 |
| Binary | 10100 | 11011 | 11111000 | 1011100 | 1011001 | 0 | 11 | 11101110 | 1011110 | 110101 |
Color Harmonies of #141BF8
Complementary color
Monochromatic Colors of #141BF8
Black with #141BF8
Text Example
Text Example
White with #141BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141BF8; }
p { color: rgb(20,27,248); }
H1.HeaderClassName
{
color: #141BF8;
}
.AnyTagClassName
{
color: #141BF8;
}
</style>
background-color css
<style>
a { background-color: #141BF8; }
a { background-color: rgb(20,27,248); }
div.DivClassName
{
background-color: #141BF8;
}
.BgClassName
{
background-color: #141BF8;
}
</style>
border-color css
<style>
span { border-color: #141BF8; }
span { border-color: rgb(20,27,248); }
td.TdClassName
{
border-color: #141BF8;
}
.TagClassName
{
border-color: #141BF8;
}
</style>