Shades of Medium Blue #140CDA
Tints of Medium Blue #140CDA
RGB
CMYK
RGB Variations
Color information
#140CDA (or 0x140CDA) is known color: Medium Blue. HEX triplet: 14, 0C and DA. RGB value is (20,12,218). Sum of RGB (Red+Green+Blue) = 20+12+218=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 218 (85.55% from 255 or 87.2% from 250); Max value from RGB is 218 - color contains mainly: blue. Hex color #140CDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140CDA is #EBF325. Grayscale: #252525. Windows color (decimal): -15463206 or 14289940. OLE color: 14289940.
HSL color Cylindrical-coordinate representation of color #140CDA: hue angle of 242.33º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140CDA is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 12 | 218 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.15 |
| HSL | 242.33º | 0.9% | 0.45% | - |
| HSV(B) | 242.33º | 0.94% | 0.85% | - |
| XYZ | 13.07 | 5.47 | 66.7 | - |
| YUV | 37.88 | 229.65 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 12 | 218 | 0.91 | 0.94 | 0 | 0.15 | 242.33 | 0.9 | 0.45 |
| Hex | 14 | C | DA | 5B | 5E | 0 | F | F2 | 5A | 2D |
| Octal | 24 | 14 | 332 | 133 | 136 | 0 | 17 | 362 | 132 | 55 |
| Binary | 10100 | 1100 | 11011010 | 1011011 | 1011110 | 0 | 1111 | 11110010 | 1011010 | 101101 |
Color Harmonies of #140CDA
Complementary color
Monochromatic Colors of #140CDA
Black with #140CDA
Text Example
Text Example
White with #140CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140CDA; }
p { color: rgb(20,12,218); }
H1.HeaderClassName
{
color: #140CDA;
}
.AnyTagClassName
{
color: #140CDA;
}
</style>
background-color css
<style>
a { background-color: #140CDA; }
a { background-color: rgb(20,12,218); }
div.DivClassName
{
background-color: #140CDA;
}
.BgClassName
{
background-color: #140CDA;
}
</style>
border-color css
<style>
span { border-color: #140CDA; }
span { border-color: rgb(20,12,218); }
td.TdClassName
{
border-color: #140CDA;
}
.TagClassName
{
border-color: #140CDA;
}
</style>