Shades of Medium Blue #141CCD
Tints of Medium Blue #141CCD
RGB
CMYK
RGB Variations
Color information
#141CCD (or 0x141CCD) is known color: Medium Blue. HEX triplet: 14, 1C and CD. RGB value is (20,28,205). Sum of RGB (Red+Green+Blue) = 20+28+205=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 205 (80.47% from 255 or 81.03% from 253); Max value from RGB is 205 - color contains mainly: blue. Hex color #141CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141CCD is #EBE332. Grayscale: #2D2D2D. Windows color (decimal): -15459123 or 13442068. OLE color: 13442068.
HSL color Cylindrical-coordinate representation of color #141CCD: hue angle of 237.41º 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 #141CCD is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 28 | 205 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.20 |
| HSL | 237.41º | 0.82% | 0.44% | - |
| HSV(B) | 237.41º | 0.9% | 0.8% | - |
| XYZ | 11.72 | 5.39 | 58.18 | - |
| YUV | 45.79 | 217.85 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 205 | 0.90 | 0.86 | 0 | 0.20 | 237.41 | 0.82 | 0.44 |
| Hex | 14 | 1C | CD | 5A | 56 | 0 | 14 | ED | 52 | 2C |
| Octal | 24 | 34 | 315 | 132 | 126 | 0 | 24 | 355 | 122 | 54 |
| Binary | 10100 | 11100 | 11001101 | 1011010 | 1010110 | 0 | 10100 | 11101101 | 1010010 | 101100 |
Color Harmonies of #141CCD
Complementary color
Monochromatic Colors of #141CCD
Black with #141CCD
Text Example
Text Example
White with #141CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141CCD; }
p { color: rgb(20,28,205); }
H1.HeaderClassName
{
color: #141CCD;
}
.AnyTagClassName
{
color: #141CCD;
}
</style>
background-color css
<style>
a { background-color: #141CCD; }
a { background-color: rgb(20,28,205); }
div.DivClassName
{
background-color: #141CCD;
}
.BgClassName
{
background-color: #141CCD;
}
</style>
border-color css
<style>
span { border-color: #141CCD; }
span { border-color: rgb(20,28,205); }
td.TdClassName
{
border-color: #141CCD;
}
.TagClassName
{
border-color: #141CCD;
}
</style>