Shades of Medium Blue #140BDD
Tints of Medium Blue #140BDD
RGB
CMYK
RGB Variations
Color information
#140BDD (or 0x140BDD) is known color: Medium Blue. HEX triplet: 14, 0B and DD. RGB value is (20,11,221). Sum of RGB (Red+Green+Blue) = 20+11+221=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 221 (86.72% from 255 or 87.70% from 252); Max value from RGB is 221 - color contains mainly: blue. Hex color #140BDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140BDD is #EBF422. Grayscale: #242424. Windows color (decimal): -15463459 or 14486292. OLE color: 14486292.
HSL color Cylindrical-coordinate representation of color #140BDD: hue angle of 242.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140BDD is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 11 | 221 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.13 |
| HSL | 242.57º | 0.91% | 0.45% | - |
| HSV(B) | 242.57º | 0.95% | 0.87% | - |
| XYZ | 13.46 | 5.61 | 68.78 | - |
| YUV | 37.63 | 231.48 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 11 | 221 | 0.91 | 0.95 | 0 | 0.13 | 242.57 | 0.91 | 0.45 |
| Hex | 14 | B | DD | 5B | 5F | 0 | D | F3 | 5B | 2D |
| Octal | 24 | 13 | 335 | 133 | 137 | 0 | 15 | 363 | 133 | 55 |
| Binary | 10100 | 1011 | 11011101 | 1011011 | 1011111 | 0 | 1101 | 11110011 | 1011011 | 101101 |
Color Harmonies of #140BDD
Complementary color
Monochromatic Colors of #140BDD
Black with #140BDD
Text Example
Text Example
White with #140BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140BDD; }
p { color: rgb(20,11,221); }
H1.HeaderClassName
{
color: #140BDD;
}
.AnyTagClassName
{
color: #140BDD;
}
</style>
background-color css
<style>
a { background-color: #140BDD; }
a { background-color: rgb(20,11,221); }
div.DivClassName
{
background-color: #140BDD;
}
.BgClassName
{
background-color: #140BDD;
}
</style>
border-color css
<style>
span { border-color: #140BDD; }
span { border-color: rgb(20,11,221); }
td.TdClassName
{
border-color: #140BDD;
}
.TagClassName
{
border-color: #140BDD;
}
</style>