Shades of Medium Blue #140FCF
Tints of Medium Blue #140FCF
RGB
CMYK
RGB Variations
Color information
#140FCF (or 0x140FCF) is known color: Medium Blue. HEX triplet: 14, 0F and CF. RGB value is (20,15,207). Sum of RGB (Red+Green+Blue) = 20+15+207=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 207 (81.25% from 255 or 85.54% from 242); Max value from RGB is 207 - color contains mainly: blue. Hex color #140FCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140FCF is #EBF030. Grayscale: #252525. Windows color (decimal): -15462449 or 13569812. OLE color: 13569812.
HSL color Cylindrical-coordinate representation of color #140FCF: hue angle of 241.56º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140FCF is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 15 | 207 | - |
| CMYK | 0.90 | 0.93 | 0 | 0.19 |
| HSL | 241.56º | 0.86% | 0.44% | - |
| HSV(B) | 241.56º | 0.93% | 0.81% | - |
| XYZ | 11.72 | 5 | 59.38 | - |
| YUV | 38.38 | 223.16 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 207 | 0.90 | 0.93 | 0 | 0.19 | 241.56 | 0.86 | 0.44 |
| Hex | 14 | F | CF | 5A | 5D | 0 | 13 | F2 | 56 | 2C |
| Octal | 24 | 17 | 317 | 132 | 135 | 0 | 23 | 362 | 126 | 54 |
| Binary | 10100 | 1111 | 11001111 | 1011010 | 1011101 | 0 | 10011 | 11110010 | 1010110 | 101100 |
Color Harmonies of #140FCF
Complementary color
Monochromatic Colors of #140FCF
Black with #140FCF
Text Example
Text Example
White with #140FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140FCF; }
p { color: rgb(20,15,207); }
H1.HeaderClassName
{
color: #140FCF;
}
.AnyTagClassName
{
color: #140FCF;
}
</style>
background-color css
<style>
a { background-color: #140FCF; }
a { background-color: rgb(20,15,207); }
div.DivClassName
{
background-color: #140FCF;
}
.BgClassName
{
background-color: #140FCF;
}
</style>
border-color css
<style>
span { border-color: #140FCF; }
span { border-color: rgb(20,15,207); }
td.TdClassName
{
border-color: #140FCF;
}
.TagClassName
{
border-color: #140FCF;
}
</style>