Shades of Medium Blue #140DDF
Tints of Medium Blue #140DDF
RGB
CMYK
RGB Variations
Color information
#140DDF (or 0x140DDF) is known color: Medium Blue. HEX triplet: 14, 0D and DF. RGB value is (20,13,223). Sum of RGB (Red+Green+Blue) = 20+13+223=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 223 (87.5% from 255 or 87.11% from 256); Max value from RGB is 223 - color contains mainly: blue. Hex color #140DDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140DDF is #EBF220. Grayscale: #262626. Windows color (decimal): -15462945 or 14617876. OLE color: 14617876.
HSL color Cylindrical-coordinate representation of color #140DDF: hue angle of 242º 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 #140DDF is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 13 | 223 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.13 |
| HSL | 242º | 0.89% | 0.46% | - |
| HSV(B) | 242º | 0.94% | 0.87% | - |
| XYZ | 13.75 | 5.76 | 70.2 | - |
| YUV | 39.03 | 231.82 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 223 | 0.91 | 0.94 | 0 | 0.13 | 242 | 0.89 | 0.46 |
| Hex | 14 | D | DF | 5B | 5E | 0 | D | F2 | 59 | 2E |
| Octal | 24 | 15 | 337 | 133 | 136 | 0 | 15 | 362 | 131 | 56 |
| Binary | 10100 | 1101 | 11011111 | 1011011 | 1011110 | 0 | 1101 | 11110010 | 1011001 | 101110 |
Color Harmonies of #140DDF
Complementary color
Monochromatic Colors of #140DDF
Black with #140DDF
Text Example
Text Example
White with #140DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140DDF; }
p { color: rgb(20,13,223); }
H1.HeaderClassName
{
color: #140DDF;
}
.AnyTagClassName
{
color: #140DDF;
}
</style>
background-color css
<style>
a { background-color: #140DDF; }
a { background-color: rgb(20,13,223); }
div.DivClassName
{
background-color: #140DDF;
}
.BgClassName
{
background-color: #140DDF;
}
</style>
border-color css
<style>
span { border-color: #140DDF; }
span { border-color: rgb(20,13,223); }
td.TdClassName
{
border-color: #140DDF;
}
.TagClassName
{
border-color: #140DDF;
}
</style>