Shades of Medium Blue #1007CD
Tints of Medium Blue #1007CD
RGB
CMYK
RGB Variations
Color information
#1007CD (or 0x1007CD) is known color: Medium Blue. HEX triplet: 10, 07 and CD. RGB value is (16,7,205). Sum of RGB (Red+Green+Blue) = 16+7+205=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 205 (80.47% from 255 or 89.91% from 228); Max value from RGB is 205 - color contains mainly: blue. Hex color #1007CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1007CD is #EFF832. Grayscale: #1F1F1F. Windows color (decimal): -15726643 or 13436688. OLE color: 13436688.
HSL color Cylindrical-coordinate representation of color #1007CD: hue angle of 242.73º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1007CD is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 7 | 205 | - |
| CMYK | 0.92 | 0.97 | 0 | 0.20 |
| HSL | 242.73º | 0.93% | 0.42% | - |
| HSV(B) | 242.73º | 0.97% | 0.8% | - |
| XYZ | 11.31 | 4.67 | 58.06 | - |
| YUV | 32.26 | 225.48 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 205 | 0.92 | 0.97 | 0 | 0.20 | 242.73 | 0.93 | 0.42 |
| Hex | 10 | 7 | CD | 5C | 61 | 0 | 14 | F3 | 5D | 2A |
| Octal | 20 | 7 | 315 | 134 | 141 | 0 | 24 | 363 | 135 | 52 |
| Binary | 10000 | 111 | 11001101 | 1011100 | 1100001 | 0 | 10100 | 11110011 | 1011101 | 101010 |
Color Harmonies of #1007CD
Complementary color
Monochromatic Colors of #1007CD
Black with #1007CD
Text Example
Text Example
White with #1007CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1007CD; }
p { color: rgb(16,7,205); }
H1.HeaderClassName
{
color: #1007CD;
}
.AnyTagClassName
{
color: #1007CD;
}
</style>
background-color css
<style>
a { background-color: #1007CD; }
a { background-color: rgb(16,7,205); }
div.DivClassName
{
background-color: #1007CD;
}
.BgClassName
{
background-color: #1007CD;
}
</style>
border-color css
<style>
span { border-color: #1007CD; }
span { border-color: rgb(16,7,205); }
td.TdClassName
{
border-color: #1007CD;
}
.TagClassName
{
border-color: #1007CD;
}
</style>