Shades of Medium Blue #1403DC
Tints of Medium Blue #1403DC
RGB
CMYK
RGB Variations
Color information
#1403DC (or 0x1403DC) is known color: Medium Blue. HEX triplet: 14, 03 and DC. RGB value is (20,3,220). Sum of RGB (Red+Green+Blue) = 20+3+220=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 220 (86.33% from 255 or 90.53% from 243); Max value from RGB is 220 - color contains mainly: blue. Hex color #1403DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1403DC is #EBFC23. Grayscale: #1F1F1F. Windows color (decimal): -15465508 or 14418708. OLE color: 14418708.
HSL color Cylindrical-coordinate representation of color #1403DC: hue angle of 244.7º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1403DC is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 3 | 220 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.14 |
| HSL | 244.7º | 0.97% | 0.44% | - |
| HSV(B) | 244.7º | 0.99% | 0.86% | - |
| XYZ | 13.24 | 5.38 | 68.05 | - |
| YUV | 32.82 | 233.63 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 220 | 0.91 | 0.99 | 0 | 0.14 | 244.7 | 0.97 | 0.44 |
| Hex | 14 | 3 | DC | 5B | 63 | 0 | E | F5 | 61 | 2C |
| Octal | 24 | 3 | 334 | 133 | 143 | 0 | 16 | 365 | 141 | 54 |
| Binary | 10100 | 11 | 11011100 | 1011011 | 1100011 | 0 | 1110 | 11110101 | 1100001 | 101100 |
Color Harmonies of #1403DC
Complementary color
Monochromatic Colors of #1403DC
Black with #1403DC
Text Example
Text Example
White with #1403DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1403DC; }
p { color: rgb(20,3,220); }
H1.HeaderClassName
{
color: #1403DC;
}
.AnyTagClassName
{
color: #1403DC;
}
</style>
background-color css
<style>
a { background-color: #1403DC; }
a { background-color: rgb(20,3,220); }
div.DivClassName
{
background-color: #1403DC;
}
.BgClassName
{
background-color: #1403DC;
}
</style>
border-color css
<style>
span { border-color: #1403DC; }
span { border-color: rgb(20,3,220); }
td.TdClassName
{
border-color: #1403DC;
}
.TagClassName
{
border-color: #1403DC;
}
</style>