Shades of Medium Blue #140CDD
Tints of Medium Blue #140CDD
RGB
CMYK
RGB Variations
Color information
#140CDD (or 0x140CDD) is known color: Medium Blue. HEX triplet: 14, 0C and DD. RGB value is (20,12,221). Sum of RGB (Red+Green+Blue) = 20+12+221=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 221 (86.72% from 255 or 87.35% from 253); Max value from RGB is 221 - color contains mainly: blue. Hex color #140CDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140CDD is #EBF322. Grayscale: #252525. Windows color (decimal): -15463203 or 14486548. OLE color: 14486548.
HSL color Cylindrical-coordinate representation of color #140CDD: hue angle of 242.3º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140CDD is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 12 | 221 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.13 |
| HSL | 242.3º | 0.9% | 0.46% | - |
| HSV(B) | 242.3º | 0.95% | 0.87% | - |
| XYZ | 13.47 | 5.63 | 68.78 | - |
| YUV | 38.22 | 231.15 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 12 | 221 | 0.91 | 0.95 | 0 | 0.13 | 242.3 | 0.9 | 0.46 |
| Hex | 14 | C | DD | 5B | 5F | 0 | D | F2 | 5A | 2E |
| Octal | 24 | 14 | 335 | 133 | 137 | 0 | 15 | 362 | 132 | 56 |
| Binary | 10100 | 1100 | 11011101 | 1011011 | 1011111 | 0 | 1101 | 11110010 | 1011010 | 101110 |
Color Harmonies of #140CDD
Complementary color
Monochromatic Colors of #140CDD
Black with #140CDD
Text Example
Text Example
White with #140CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140CDD; }
p { color: rgb(20,12,221); }
H1.HeaderClassName
{
color: #140CDD;
}
.AnyTagClassName
{
color: #140CDD;
}
</style>
background-color css
<style>
a { background-color: #140CDD; }
a { background-color: rgb(20,12,221); }
div.DivClassName
{
background-color: #140CDD;
}
.BgClassName
{
background-color: #140CDD;
}
</style>
border-color css
<style>
span { border-color: #140CDD; }
span { border-color: rgb(20,12,221); }
td.TdClassName
{
border-color: #140CDD;
}
.TagClassName
{
border-color: #140CDD;
}
</style>