Shades of Medium Blue #1107CD
Tints of Medium Blue #1107CD
RGB
CMYK
RGB Variations
Color information
#1107CD (or 0x1107CD) is known color: Medium Blue. HEX triplet: 11, 07 and CD. RGB value is (17,7,205). Sum of RGB (Red+Green+Blue) = 17+7+205=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 7 (3.12% from 255 or 3.06% 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 #1107CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1107CD is #EEF832. Grayscale: #1F1F1F. Windows color (decimal): -15661107 or 13436689. OLE color: 13436689.
HSL color Cylindrical-coordinate representation of color #1107CD: hue angle of 243.03º 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 #1107CD is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 7 | 205 | - |
| CMYK | 0.92 | 0.97 | 0 | 0.20 |
| HSL | 243.03º | 0.93% | 0.42% | - |
| HSV(B) | 243.03º | 0.97% | 0.8% | - |
| XYZ | 11.33 | 4.68 | 58.06 | - |
| YUV | 32.56 | 225.31 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 205 | 0.92 | 0.97 | 0 | 0.20 | 243.03 | 0.93 | 0.42 |
| Hex | 11 | 7 | CD | 5C | 61 | 0 | 14 | F3 | 5D | 2A |
| Octal | 21 | 7 | 315 | 134 | 141 | 0 | 24 | 363 | 135 | 52 |
| Binary | 10001 | 111 | 11001101 | 1011100 | 1100001 | 0 | 10100 | 11110011 | 1011101 | 101010 |
Color Harmonies of #1107CD
Complementary color
Monochromatic Colors of #1107CD
Black with #1107CD
Text Example
Text Example
White with #1107CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1107CD; }
p { color: rgb(17,7,205); }
H1.HeaderClassName
{
color: #1107CD;
}
.AnyTagClassName
{
color: #1107CD;
}
</style>
background-color css
<style>
a { background-color: #1107CD; }
a { background-color: rgb(17,7,205); }
div.DivClassName
{
background-color: #1107CD;
}
.BgClassName
{
background-color: #1107CD;
}
</style>
border-color css
<style>
span { border-color: #1107CD; }
span { border-color: rgb(17,7,205); }
td.TdClassName
{
border-color: #1107CD;
}
.TagClassName
{
border-color: #1107CD;
}
</style>