Shades of Medium Blue #140DCF
Tints of Medium Blue #140DCF
RGB
CMYK
RGB Variations
Color information
#140DCF (or 0x140DCF) is known color: Medium Blue. HEX triplet: 14, 0D and CF. RGB value is (20,13,207). Sum of RGB (Red+Green+Blue) = 20+13+207=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 207 (81.25% from 255 or 86.25% from 240); Max value from RGB is 207 - color contains mainly: blue. Hex color #140DCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140DCF is #EBF230. Grayscale: #242424. Windows color (decimal): -15462961 or 13569300. OLE color: 13569300.
HSL color Cylindrical-coordinate representation of color #140DCF: hue angle of 242.16º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140DCF is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 13 | 207 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.19 |
| HSL | 242.16º | 0.88% | 0.43% | - |
| HSV(B) | 242.16º | 0.94% | 0.81% | - |
| XYZ | 11.69 | 4.94 | 59.37 | - |
| YUV | 37.21 | 223.82 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 207 | 0.90 | 0.94 | 0 | 0.19 | 242.16 | 0.88 | 0.43 |
| Hex | 14 | D | CF | 5A | 5E | 0 | 13 | F2 | 58 | 2B |
| Octal | 24 | 15 | 317 | 132 | 136 | 0 | 23 | 362 | 130 | 53 |
| Binary | 10100 | 1101 | 11001111 | 1011010 | 1011110 | 0 | 10011 | 11110010 | 1011000 | 101011 |
Color Harmonies of #140DCF
Complementary color
Monochromatic Colors of #140DCF
Black with #140DCF
Text Example
Text Example
White with #140DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140DCF; }
p { color: rgb(20,13,207); }
H1.HeaderClassName
{
color: #140DCF;
}
.AnyTagClassName
{
color: #140DCF;
}
</style>
background-color css
<style>
a { background-color: #140DCF; }
a { background-color: rgb(20,13,207); }
div.DivClassName
{
background-color: #140DCF;
}
.BgClassName
{
background-color: #140DCF;
}
</style>
border-color css
<style>
span { border-color: #140DCF; }
span { border-color: rgb(20,13,207); }
td.TdClassName
{
border-color: #140DCF;
}
.TagClassName
{
border-color: #140DCF;
}
</style>