Shades of Medium Blue #140DBF
Tints of Medium Blue #140DBF
RGB
CMYK
RGB Variations
Color information
#140DBF (or 0x140DBF) is known color: Medium Blue. HEX triplet: 14, 0D and BF. RGB value is (20,13,191). Sum of RGB (Red+Green+Blue) = 20+13+191=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 191 (75% from 255 or 85.27% from 224); Max value from RGB is 191 - color contains mainly: blue. Hex color #140DBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140DBF is #EBF240. Grayscale: #222222. Windows color (decimal): -15462977 or 12520724. OLE color: 12520724.
HSL color Cylindrical-coordinate representation of color #140DBF: hue angle of 242.36º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140DBF is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 13 | 191 | - |
| CMYK | 0.90 | 0.93 | 0 | 0.25 |
| HSL | 242.36º | 0.87% | 0.4% | - |
| HSV(B) | 242.36º | 0.93% | 0.75% | - |
| XYZ | 9.84 | 4.2 | 49.58 | - |
| YUV | 35.39 | 215.82 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 191 | 0.90 | 0.93 | 0 | 0.25 | 242.36 | 0.87 | 0.4 |
| Hex | 14 | D | BF | 5A | 5D | 0 | 19 | F2 | 57 | 28 |
| Octal | 24 | 15 | 277 | 132 | 135 | 0 | 31 | 362 | 127 | 50 |
| Binary | 10100 | 1101 | 10111111 | 1011010 | 1011101 | 0 | 11001 | 11110010 | 1010111 | 101000 |
Color Harmonies of #140DBF
Complementary color
Monochromatic Colors of #140DBF
Black with #140DBF
Text Example
Text Example
White with #140DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140DBF; }
p { color: rgb(20,13,191); }
H1.HeaderClassName
{
color: #140DBF;
}
.AnyTagClassName
{
color: #140DBF;
}
</style>
background-color css
<style>
a { background-color: #140DBF; }
a { background-color: rgb(20,13,191); }
div.DivClassName
{
background-color: #140DBF;
}
.BgClassName
{
background-color: #140DBF;
}
</style>
border-color css
<style>
span { border-color: #140DBF; }
span { border-color: rgb(20,13,191); }
td.TdClassName
{
border-color: #140DBF;
}
.TagClassName
{
border-color: #140DBF;
}
</style>