Shades of Medium Blue #1404CD
Tints of Medium Blue #1404CD
RGB
CMYK
RGB Variations
Color information
#1404CD (or 0x1404CD) is known color: Medium Blue. HEX triplet: 14, 04 and CD. RGB value is (20,4,205). Sum of RGB (Red+Green+Blue) = 20+4+205=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 205 (80.47% from 255 or 89.52% from 229); Max value from RGB is 205 - color contains mainly: blue. Hex color #1404CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1404CD is #EBFB32. Grayscale: #1E1E1E. Windows color (decimal): -15465267 or 13435924. OLE color: 13435924.
HSL color Cylindrical-coordinate representation of color #1404CD: hue angle of 244.78º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1404CD is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 4 | 205 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.20 |
| HSL | 244.78º | 0.96% | 0.41% | - |
| HSV(B) | 244.78º | 0.98% | 0.8% | - |
| XYZ | 11.35 | 4.64 | 58.06 | - |
| YUV | 31.7 | 225.8 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 4 | 205 | 0.90 | 0.98 | 0 | 0.20 | 244.78 | 0.96 | 0.41 |
| Hex | 14 | 4 | CD | 5A | 62 | 0 | 14 | F5 | 60 | 29 |
| Octal | 24 | 4 | 315 | 132 | 142 | 0 | 24 | 365 | 140 | 51 |
| Binary | 10100 | 100 | 11001101 | 1011010 | 1100010 | 0 | 10100 | 11110101 | 1100000 | 101001 |
Color Harmonies of #1404CD
Complementary color
Monochromatic Colors of #1404CD
Black with #1404CD
Text Example
Text Example
White with #1404CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1404CD; }
p { color: rgb(20,4,205); }
H1.HeaderClassName
{
color: #1404CD;
}
.AnyTagClassName
{
color: #1404CD;
}
</style>
background-color css
<style>
a { background-color: #1404CD; }
a { background-color: rgb(20,4,205); }
div.DivClassName
{
background-color: #1404CD;
}
.BgClassName
{
background-color: #1404CD;
}
</style>
border-color css
<style>
span { border-color: #1404CD; }
span { border-color: rgb(20,4,205); }
td.TdClassName
{
border-color: #1404CD;
}
.TagClassName
{
border-color: #1404CD;
}
</style>