Shades of Blue #141CFE
Tints of Blue #141CFE
RGB
CMYK
RGB Variations
Color information
#141CFE (or 0x141CFE) is known color: Blue. HEX triplet: 14, 1C and FE. RGB value is (20,28,254). Sum of RGB (Red+Green+Blue) = 20+28+254=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 254 (99.61% from 255 or 84.11% from 302); Max value from RGB is 254 - color contains mainly: blue. Hex color #141CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #141CFE is #EBE301. Grayscale: #323232. Windows color (decimal): -15459074 or 16653332. OLE color: 16653332.
HSL color Cylindrical-coordinate representation of color #141CFE: hue angle of 237.95º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #141CFE is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 28 | 254 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.00 |
| HSL | 237.95º | 0.99% | 0.54% | - |
| HSV(B) | 237.95º | 0.92% | 1% | - |
| XYZ | 18.59 | 8.13 | 94.36 | - |
| YUV | 51.37 | 242.35 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 254 | 0.92 | 0.89 | 0 | 0.00 | 237.95 | 0.99 | 0.54 |
| Hex | 14 | 1C | FE | 5C | 59 | 0 | 0 | EE | 63 | 36 |
| Octal | 24 | 34 | 376 | 134 | 131 | 0 | 0 | 356 | 143 | 66 |
| Binary | 10100 | 11100 | 11111110 | 1011100 | 1011001 | 0 | 0 | 11101110 | 1100011 | 110110 |
Color Harmonies of #141CFE
Complementary color
Monochromatic Colors of #141CFE
Black with #141CFE
Text Example
Text Example
White with #141CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141CFE; }
p { color: rgb(20,28,254); }
H1.HeaderClassName
{
color: #141CFE;
}
.AnyTagClassName
{
color: #141CFE;
}
</style>
background-color css
<style>
a { background-color: #141CFE; }
a { background-color: rgb(20,28,254); }
div.DivClassName
{
background-color: #141CFE;
}
.BgClassName
{
background-color: #141CFE;
}
</style>
border-color css
<style>
span { border-color: #141CFE; }
span { border-color: rgb(20,28,254); }
td.TdClassName
{
border-color: #141CFE;
}
.TagClassName
{
border-color: #141CFE;
}
</style>