Shades of Medium Blue #1003DC
Tints of Medium Blue #1003DC
RGB
CMYK
RGB Variations
Color information
#1003DC (or 0x1003DC) is known color: Medium Blue. HEX triplet: 10, 03 and DC. RGB value is (16,3,220). Sum of RGB (Red+Green+Blue) = 16+3+220=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 220 (86.33% from 255 or 92.05% from 239); Max value from RGB is 220 - color contains mainly: blue. Hex color #1003DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1003DC is #EFFC23. Grayscale: #1E1E1E. Windows color (decimal): -15727652 or 14418704. OLE color: 14418704.
HSL color Cylindrical-coordinate representation of color #1003DC: hue angle of 243.59º 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 #1003DC is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 3 | 220 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.14 |
| HSL | 243.59º | 0.97% | 0.44% | - |
| HSV(B) | 243.59º | 0.99% | 0.86% | - |
| XYZ | 13.16 | 5.34 | 68.05 | - |
| YUV | 31.63 | 234.31 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 220 | 0.93 | 0.99 | 0 | 0.14 | 243.59 | 0.97 | 0.44 |
| Hex | 10 | 3 | DC | 5D | 63 | 0 | E | F4 | 61 | 2C |
| Octal | 20 | 3 | 334 | 135 | 143 | 0 | 16 | 364 | 141 | 54 |
| Binary | 10000 | 11 | 11011100 | 1011101 | 1100011 | 0 | 1110 | 11110100 | 1100001 | 101100 |
Color Harmonies of #1003DC
Complementary color
Monochromatic Colors of #1003DC
Black with #1003DC
Text Example
Text Example
White with #1003DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1003DC; }
p { color: rgb(16,3,220); }
H1.HeaderClassName
{
color: #1003DC;
}
.AnyTagClassName
{
color: #1003DC;
}
</style>
background-color css
<style>
a { background-color: #1003DC; }
a { background-color: rgb(16,3,220); }
div.DivClassName
{
background-color: #1003DC;
}
.BgClassName
{
background-color: #1003DC;
}
</style>
border-color css
<style>
span { border-color: #1003DC; }
span { border-color: rgb(16,3,220); }
td.TdClassName
{
border-color: #1003DC;
}
.TagClassName
{
border-color: #1003DC;
}
</style>