Shades of Medium Blue #141ACD
Tints of Medium Blue #141ACD
RGB
CMYK
RGB Variations
Color information
#141ACD (or 0x141ACD) is known color: Medium Blue. HEX triplet: 14, 1A and CD. RGB value is (20,26,205). Sum of RGB (Red+Green+Blue) = 20+26+205=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 205 (80.47% from 255 or 81.67% from 251); Max value from RGB is 205 - color contains mainly: blue. Hex color #141ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141ACD is #EBE532. Grayscale: #2B2B2B. Windows color (decimal): -15459635 or 13441556. OLE color: 13441556.
HSL color Cylindrical-coordinate representation of color #141ACD: hue angle of 238.05º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #141ACD is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 26 | 205 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.20 |
| HSL | 238.05º | 0.82% | 0.44% | - |
| HSV(B) | 238.05º | 0.9% | 0.8% | - |
| XYZ | 11.68 | 5.3 | 58.16 | - |
| YUV | 44.61 | 218.51 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 205 | 0.90 | 0.87 | 0 | 0.20 | 238.05 | 0.82 | 0.44 |
| Hex | 14 | 1A | CD | 5A | 57 | 0 | 14 | EE | 52 | 2C |
| Octal | 24 | 32 | 315 | 132 | 127 | 0 | 24 | 356 | 122 | 54 |
| Binary | 10100 | 11010 | 11001101 | 1011010 | 1010111 | 0 | 10100 | 11101110 | 1010010 | 101100 |
Color Harmonies of #141ACD
Complementary color
Monochromatic Colors of #141ACD
Black with #141ACD
Text Example
Text Example
White with #141ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141ACD; }
p { color: rgb(20,26,205); }
H1.HeaderClassName
{
color: #141ACD;
}
.AnyTagClassName
{
color: #141ACD;
}
</style>
background-color css
<style>
a { background-color: #141ACD; }
a { background-color: rgb(20,26,205); }
div.DivClassName
{
background-color: #141ACD;
}
.BgClassName
{
background-color: #141ACD;
}
</style>
border-color css
<style>
span { border-color: #141ACD; }
span { border-color: rgb(20,26,205); }
td.TdClassName
{
border-color: #141ACD;
}
.TagClassName
{
border-color: #141ACD;
}
</style>