Shades of Medium Blue #140EDF
Tints of Medium Blue #140EDF
RGB
CMYK
RGB Variations
Color information
#140EDF (or 0x140EDF) is known color: Medium Blue. HEX triplet: 14, 0E and DF. RGB value is (20,14,223). Sum of RGB (Red+Green+Blue) = 20+14+223=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 223 (87.5% from 255 or 86.77% from 257); Max value from RGB is 223 - color contains mainly: blue. Hex color #140EDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140EDF is #EBF120. Grayscale: #262626. Windows color (decimal): -15462689 or 14618132. OLE color: 14618132.
HSL color Cylindrical-coordinate representation of color #140EDF: hue angle of 241.72º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140EDF is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 14 | 223 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.13 |
| HSL | 241.72º | 0.88% | 0.46% | - |
| HSV(B) | 241.72º | 0.94% | 0.87% | - |
| XYZ | 13.76 | 5.79 | 70.2 | - |
| YUV | 39.62 | 231.49 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 14 | 223 | 0.91 | 0.94 | 0 | 0.13 | 241.72 | 0.88 | 0.46 |
| Hex | 14 | E | DF | 5B | 5E | 0 | D | F2 | 58 | 2E |
| Octal | 24 | 16 | 337 | 133 | 136 | 0 | 15 | 362 | 130 | 56 |
| Binary | 10100 | 1110 | 11011111 | 1011011 | 1011110 | 0 | 1101 | 11110010 | 1011000 | 101110 |
Color Harmonies of #140EDF
Complementary color
Monochromatic Colors of #140EDF
Black with #140EDF
Text Example
Text Example
White with #140EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140EDF; }
p { color: rgb(20,14,223); }
H1.HeaderClassName
{
color: #140EDF;
}
.AnyTagClassName
{
color: #140EDF;
}
</style>
background-color css
<style>
a { background-color: #140EDF; }
a { background-color: rgb(20,14,223); }
div.DivClassName
{
background-color: #140EDF;
}
.BgClassName
{
background-color: #140EDF;
}
</style>
border-color css
<style>
span { border-color: #140EDF; }
span { border-color: rgb(20,14,223); }
td.TdClassName
{
border-color: #140EDF;
}
.TagClassName
{
border-color: #140EDF;
}
</style>