Shades of Blue #140EED
Tints of Blue #140EED
RGB
CMYK
RGB Variations
Color information
#140EED (or 0x140EED) is known color: Blue. HEX triplet: 14, 0E and ED. RGB value is (20,14,237). Sum of RGB (Red+Green+Blue) = 20+14+237=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 237 (92.97% from 255 or 87.45% from 271); Max value from RGB is 237 - color contains mainly: blue. Hex color #140EED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #140EED is #EBF112. Grayscale: #282828. Windows color (decimal): -15462675 or 15535636. OLE color: 15535636.
HSL color Cylindrical-coordinate representation of color #140EED: hue angle of 241.61º degrees, saturation: 0.89, 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 #140EED is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 14 | 237 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.07 |
| HSL | 241.61º | 0.89% | 0.49% | - |
| HSV(B) | 241.61º | 0.94% | 0.93% | - |
| XYZ | 15.73 | 6.58 | 80.56 | - |
| YUV | 41.22 | 238.49 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 14 | 237 | 0.92 | 0.94 | 0 | 0.07 | 241.61 | 0.89 | 0.49 |
| Hex | 14 | E | ED | 5C | 5E | 0 | 7 | F2 | 59 | 31 |
| Octal | 24 | 16 | 355 | 134 | 136 | 0 | 7 | 362 | 131 | 61 |
| Binary | 10100 | 1110 | 11101101 | 1011100 | 1011110 | 0 | 111 | 11110010 | 1011001 | 110001 |
Color Harmonies of #140EED
Complementary color
Monochromatic Colors of #140EED
Black with #140EED
Text Example
Text Example
White with #140EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140EED; }
p { color: rgb(20,14,237); }
H1.HeaderClassName
{
color: #140EED;
}
.AnyTagClassName
{
color: #140EED;
}
</style>
background-color css
<style>
a { background-color: #140EED; }
a { background-color: rgb(20,14,237); }
div.DivClassName
{
background-color: #140EED;
}
.BgClassName
{
background-color: #140EED;
}
</style>
border-color css
<style>
span { border-color: #140EED; }
span { border-color: rgb(20,14,237); }
td.TdClassName
{
border-color: #140EED;
}
.TagClassName
{
border-color: #140EED;
}
</style>