Shades of Medium Blue #1108CC
Tints of Medium Blue #1108CC
RGB
CMYK
RGB Variations
Color information
#1108CC (or 0x1108CC) is known color: Medium Blue. HEX triplet: 11, 08 and CC. RGB value is (17,8,204). Sum of RGB (Red+Green+Blue) = 17+8+204=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 204 (80.08% from 255 or 89.08% from 229); Max value from RGB is 204 - color contains mainly: blue. Hex color #1108CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1108CC is #EEF733. Grayscale: #202020. Windows color (decimal): -15660852 or 13371409. OLE color: 13371409.
HSL color Cylindrical-coordinate representation of color #1108CC: hue angle of 242.76º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1108CC is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 8 | 204 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.2 |
| HSL | 242.76º | 0.92% | 0.42% | - |
| HSV(B) | 242.76º | 0.96% | 0.8% | - |
| XYZ | 11.22 | 4.65 | 57.43 | - |
| YUV | 33.04 | 224.48 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 8 | 204 | 0.92 | 0.96 | 0 | 0.2 | 242.76 | 0.92 | 0.42 |
| Hex | 11 | 8 | CC | 5C | 60 | 0 | 14 | F3 | 5C | 2A |
| Octal | 21 | 10 | 314 | 134 | 140 | 0 | 24 | 363 | 134 | 52 |
| Binary | 10001 | 1000 | 11001100 | 1011100 | 1100000 | 0 | 10100 | 11110011 | 1011100 | 101010 |
Color Harmonies of #1108CC
Complementary color
Monochromatic Colors of #1108CC
Black with #1108CC
Text Example
Text Example
White with #1108CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1108CC; }
p { color: rgb(17,8,204); }
H1.HeaderClassName
{
color: #1108CC;
}
.AnyTagClassName
{
color: #1108CC;
}
</style>
background-color css
<style>
a { background-color: #1108CC; }
a { background-color: rgb(17,8,204); }
div.DivClassName
{
background-color: #1108CC;
}
.BgClassName
{
background-color: #1108CC;
}
</style>
border-color css
<style>
span { border-color: #1108CC; }
span { border-color: rgb(17,8,204); }
td.TdClassName
{
border-color: #1108CC;
}
.TagClassName
{
border-color: #1108CC;
}
</style>