Shades of Blue #140FFE
Tints of Blue #140FFE
RGB
CMYK
RGB Variations
Color information
#140FFE (or 0x140FFE) is known color: Blue. HEX triplet: 14, 0F and FE. RGB value is (20,15,254). Sum of RGB (Red+Green+Blue) = 20+15+254=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 254 (99.61% from 255 or 87.89% from 289); Max value from RGB is 254 - color contains mainly: blue. Hex color #140FFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #140FFE is #EBF001. Grayscale: #2A2A2A. Windows color (decimal): -15462402 or 16650004. OLE color: 16650004.
HSL color Cylindrical-coordinate representation of color #140FFE: hue angle of 241.26º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140FFE is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 15 | 254 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.00 |
| HSL | 241.26º | 0.99% | 0.53% | - |
| HSV(B) | 241.26º | 0.94% | 1% | - |
| XYZ | 18.35 | 7.65 | 94.27 | - |
| YUV | 43.74 | 246.66 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 254 | 0.92 | 0.94 | 0 | 0.00 | 241.26 | 0.99 | 0.53 |
| Hex | 14 | F | FE | 5C | 5E | 0 | 0 | F1 | 63 | 35 |
| Octal | 24 | 17 | 376 | 134 | 136 | 0 | 0 | 361 | 143 | 65 |
| Binary | 10100 | 1111 | 11111110 | 1011100 | 1011110 | 0 | 0 | 11110001 | 1100011 | 110101 |
Color Harmonies of #140FFE
Complementary color
Monochromatic Colors of #140FFE
Black with #140FFE
Text Example
Text Example
White with #140FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140FFE; }
p { color: rgb(20,15,254); }
H1.HeaderClassName
{
color: #140FFE;
}
.AnyTagClassName
{
color: #140FFE;
}
</style>
background-color css
<style>
a { background-color: #140FFE; }
a { background-color: rgb(20,15,254); }
div.DivClassName
{
background-color: #140FFE;
}
.BgClassName
{
background-color: #140FFE;
}
</style>
border-color css
<style>
span { border-color: #140FFE; }
span { border-color: rgb(20,15,254); }
td.TdClassName
{
border-color: #140FFE;
}
.TagClassName
{
border-color: #140FFE;
}
</style>