Shades of Blue #140EEF
Tints of Blue #140EEF
RGB
CMYK
RGB Variations
Color information
#140EEF (or 0x140EEF) is known color: Blue. HEX triplet: 14, 0E and EF. RGB value is (20,14,239). Sum of RGB (Red+Green+Blue) = 20+14+239=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 239 (93.75% from 255 or 87.55% from 273); Max value from RGB is 239 - color contains mainly: blue. Hex color #140EEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #140EEF is #EBF110. Grayscale: #282828. Windows color (decimal): -15462673 or 15666708. OLE color: 15666708.
HSL color Cylindrical-coordinate representation of color #140EEF: hue angle of 241.6º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140EEF is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 14 | 239 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.06 |
| HSL | 241.6º | 0.89% | 0.5% | - |
| HSV(B) | 241.6º | 0.94% | 0.94% | - |
| XYZ | 16.03 | 6.69 | 82.11 | - |
| YUV | 41.44 | 239.49 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 14 | 239 | 0.92 | 0.94 | 0 | 0.06 | 241.6 | 0.89 | 0.5 |
| Hex | 14 | E | EF | 5C | 5E | 0 | 6 | F2 | 59 | 32 |
| Octal | 24 | 16 | 357 | 134 | 136 | 0 | 6 | 362 | 131 | 62 |
| Binary | 10100 | 1110 | 11101111 | 1011100 | 1011110 | 0 | 110 | 11110010 | 1011001 | 110010 |
Color Harmonies of #140EEF
Complementary color
Monochromatic Colors of #140EEF
Black with #140EEF
Text Example
Text Example
White with #140EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140EEF; }
p { color: rgb(20,14,239); }
H1.HeaderClassName
{
color: #140EEF;
}
.AnyTagClassName
{
color: #140EEF;
}
</style>
background-color css
<style>
a { background-color: #140EEF; }
a { background-color: rgb(20,14,239); }
div.DivClassName
{
background-color: #140EEF;
}
.BgClassName
{
background-color: #140EEF;
}
</style>
border-color css
<style>
span { border-color: #140EEF; }
span { border-color: rgb(20,14,239); }
td.TdClassName
{
border-color: #140EEF;
}
.TagClassName
{
border-color: #140EEF;
}
</style>