Shades of Blue #140FEC
Tints of Blue #140FEC
RGB
CMYK
RGB Variations
Color information
#140FEC (or 0x140FEC) is known color: Blue. HEX triplet: 14, 0F and EC. RGB value is (20,15,236). Sum of RGB (Red+Green+Blue) = 20+15+236=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 236 (92.58% from 255 or 87.08% from 271); Max value from RGB is 236 - color contains mainly: blue. Hex color #140FEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #140FEC is #EBF013. Grayscale: #282828. Windows color (decimal): -15462420 or 15470356. OLE color: 15470356.
HSL color Cylindrical-coordinate representation of color #140FEC: hue angle of 241.36º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140FEC is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 15 | 236 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.07 |
| HSL | 241.36º | 0.88% | 0.49% | - |
| HSV(B) | 241.36º | 0.94% | 0.93% | - |
| XYZ | 15.6 | 6.55 | 79.8 | - |
| YUV | 41.69 | 237.66 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 236 | 0.92 | 0.94 | 0 | 0.07 | 241.36 | 0.88 | 0.49 |
| Hex | 14 | F | EC | 5C | 5E | 0 | 7 | F1 | 58 | 31 |
| Octal | 24 | 17 | 354 | 134 | 136 | 0 | 7 | 361 | 130 | 61 |
| Binary | 10100 | 1111 | 11101100 | 1011100 | 1011110 | 0 | 111 | 11110001 | 1011000 | 110001 |
Color Harmonies of #140FEC
Complementary color
Monochromatic Colors of #140FEC
Black with #140FEC
Text Example
Text Example
White with #140FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140FEC; }
p { color: rgb(20,15,236); }
H1.HeaderClassName
{
color: #140FEC;
}
.AnyTagClassName
{
color: #140FEC;
}
</style>
background-color css
<style>
a { background-color: #140FEC; }
a { background-color: rgb(20,15,236); }
div.DivClassName
{
background-color: #140FEC;
}
.BgClassName
{
background-color: #140FEC;
}
</style>
border-color css
<style>
span { border-color: #140FEC; }
span { border-color: rgb(20,15,236); }
td.TdClassName
{
border-color: #140FEC;
}
.TagClassName
{
border-color: #140FEC;
}
</style>