Shades of Medium Blue #140DDD
Tints of Medium Blue #140DDD
RGB
CMYK
RGB Variations
Color information
#140DDD (or 0x140DDD) is known color: Medium Blue. HEX triplet: 14, 0D and DD. RGB value is (20,13,221). Sum of RGB (Red+Green+Blue) = 20+13+221=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 221 (86.72% from 255 or 87.01% from 254); Max value from RGB is 221 - color contains mainly: blue. Hex color #140DDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140DDD is #EBF222. Grayscale: #252525. Windows color (decimal): -15462947 or 14486804. OLE color: 14486804.
HSL color Cylindrical-coordinate representation of color #140DDD: hue angle of 242.02º degrees, saturation: 0.89, 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 #140DDD is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 13 | 221 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.13 |
| HSL | 242.02º | 0.89% | 0.46% | - |
| HSV(B) | 242.02º | 0.94% | 0.87% | - |
| XYZ | 13.48 | 5.66 | 68.79 | - |
| YUV | 38.81 | 230.82 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 221 | 0.91 | 0.94 | 0 | 0.13 | 242.02 | 0.89 | 0.46 |
| Hex | 14 | D | DD | 5B | 5E | 0 | D | F2 | 59 | 2E |
| Octal | 24 | 15 | 335 | 133 | 136 | 0 | 15 | 362 | 131 | 56 |
| Binary | 10100 | 1101 | 11011101 | 1011011 | 1011110 | 0 | 1101 | 11110010 | 1011001 | 101110 |
Color Harmonies of #140DDD
Complementary color
Monochromatic Colors of #140DDD
Black with #140DDD
Text Example
Text Example
White with #140DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140DDD; }
p { color: rgb(20,13,221); }
H1.HeaderClassName
{
color: #140DDD;
}
.AnyTagClassName
{
color: #140DDD;
}
</style>
background-color css
<style>
a { background-color: #140DDD; }
a { background-color: rgb(20,13,221); }
div.DivClassName
{
background-color: #140DDD;
}
.BgClassName
{
background-color: #140DDD;
}
</style>
border-color css
<style>
span { border-color: #140DDD; }
span { border-color: rgb(20,13,221); }
td.TdClassName
{
border-color: #140DDD;
}
.TagClassName
{
border-color: #140DDD;
}
</style>