Shades of Medium Blue #140FCC
Tints of Medium Blue #140FCC
RGB
CMYK
RGB Variations
Color information
#140FCC (or 0x140FCC) is known color: Medium Blue. HEX triplet: 14, 0F and CC. RGB value is (20,15,204). Sum of RGB (Red+Green+Blue) = 20+15+204=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 204 (80.08% from 255 or 85.36% from 239); Max value from RGB is 204 - color contains mainly: blue. Hex color #140FCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140FCC is #EBF033. Grayscale: #252525. Windows color (decimal): -15462452 or 13373204. OLE color: 13373204.
HSL color Cylindrical-coordinate representation of color #140FCC: hue angle of 241.59º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140FCC is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 15 | 204 | - |
| CMYK | 0.90 | 0.93 | 0 | 0.2 |
| HSL | 241.59º | 0.86% | 0.43% | - |
| HSV(B) | 241.59º | 0.93% | 0.8% | - |
| XYZ | 11.36 | 4.85 | 57.46 | - |
| YUV | 38.04 | 221.66 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 204 | 0.90 | 0.93 | 0 | 0.2 | 241.59 | 0.86 | 0.43 |
| Hex | 14 | F | CC | 5A | 5D | 0 | 14 | F2 | 56 | 2B |
| Octal | 24 | 17 | 314 | 132 | 135 | 0 | 24 | 362 | 126 | 53 |
| Binary | 10100 | 1111 | 11001100 | 1011010 | 1011101 | 0 | 10100 | 11110010 | 1010110 | 101011 |
Color Harmonies of #140FCC
Complementary color
Monochromatic Colors of #140FCC
Black with #140FCC
Text Example
Text Example
White with #140FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140FCC; }
p { color: rgb(20,15,204); }
H1.HeaderClassName
{
color: #140FCC;
}
.AnyTagClassName
{
color: #140FCC;
}
</style>
background-color css
<style>
a { background-color: #140FCC; }
a { background-color: rgb(20,15,204); }
div.DivClassName
{
background-color: #140FCC;
}
.BgClassName
{
background-color: #140FCC;
}
</style>
border-color css
<style>
span { border-color: #140FCC; }
span { border-color: rgb(20,15,204); }
td.TdClassName
{
border-color: #140FCC;
}
.TagClassName
{
border-color: #140FCC;
}
</style>