Shades of Blue #140EFE
Tints of Blue #140EFE
RGB
CMYK
RGB Variations
Color information
#140EFE (or 0x140EFE) is known color: Blue. HEX triplet: 14, 0E and FE. RGB value is (20,14,254). Sum of RGB (Red+Green+Blue) = 20+14+254=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 254 (99.61% from 255 or 88.19% from 288); Max value from RGB is 254 - color contains mainly: blue. Hex color #140EFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #140EFE is #EBF101. Grayscale: #2A2A2A. Windows color (decimal): -15462658 or 16649748. OLE color: 16649748.
HSL color Cylindrical-coordinate representation of color #140EFE: hue angle of 241.5º 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 #140EFE is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 14 | 254 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.00 |
| HSL | 241.5º | 0.99% | 0.53% | - |
| HSV(B) | 241.5º | 0.94% | 1% | - |
| XYZ | 18.33 | 7.62 | 94.27 | - |
| YUV | 43.15 | 246.99 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 14 | 254 | 0.92 | 0.94 | 0 | 0.00 | 241.5 | 0.99 | 0.53 |
| Hex | 14 | E | FE | 5C | 5E | 0 | 0 | F2 | 63 | 35 |
| Octal | 24 | 16 | 376 | 134 | 136 | 0 | 0 | 362 | 143 | 65 |
| Binary | 10100 | 1110 | 11111110 | 1011100 | 1011110 | 0 | 0 | 11110010 | 1100011 | 110101 |
Color Harmonies of #140EFE
Complementary color
Monochromatic Colors of #140EFE
Black with #140EFE
Text Example
Text Example
White with #140EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140EFE; }
p { color: rgb(20,14,254); }
H1.HeaderClassName
{
color: #140EFE;
}
.AnyTagClassName
{
color: #140EFE;
}
</style>
background-color css
<style>
a { background-color: #140EFE; }
a { background-color: rgb(20,14,254); }
div.DivClassName
{
background-color: #140EFE;
}
.BgClassName
{
background-color: #140EFE;
}
</style>
border-color css
<style>
span { border-color: #140EFE; }
span { border-color: rgb(20,14,254); }
td.TdClassName
{
border-color: #140EFE;
}
.TagClassName
{
border-color: #140EFE;
}
</style>