Shades of Medium Blue #1109DF
Tints of Medium Blue #1109DF
RGB
CMYK
RGB Variations
Color information
#1109DF (or 0x1109DF) is known color: Medium Blue. HEX triplet: 11, 09 and DF. RGB value is (17,9,223). Sum of RGB (Red+Green+Blue) = 17+9+223=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 223 (87.5% from 255 or 89.56% from 249); Max value from RGB is 223 - color contains mainly: blue. Hex color #1109DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1109DF is #EEF620. Grayscale: #222222. Windows color (decimal): -15660577 or 14616849. OLE color: 14616849.
HSL color Cylindrical-coordinate representation of color #1109DF: hue angle of 242.24º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1109DF is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 9 | 223 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.13 |
| HSL | 242.24º | 0.92% | 0.45% | - |
| HSV(B) | 242.24º | 0.96% | 0.87% | - |
| XYZ | 13.65 | 5.64 | 70.18 | - |
| YUV | 35.79 | 233.65 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 223 | 0.92 | 0.96 | 0 | 0.13 | 242.24 | 0.92 | 0.45 |
| Hex | 11 | 9 | DF | 5C | 60 | 0 | D | F2 | 5C | 2D |
| Octal | 21 | 11 | 337 | 134 | 140 | 0 | 15 | 362 | 134 | 55 |
| Binary | 10001 | 1001 | 11011111 | 1011100 | 1100000 | 0 | 1101 | 11110010 | 1011100 | 101101 |
Color Harmonies of #1109DF
Complementary color
Monochromatic Colors of #1109DF
Black with #1109DF
Text Example
Text Example
White with #1109DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1109DF; }
p { color: rgb(17,9,223); }
H1.HeaderClassName
{
color: #1109DF;
}
.AnyTagClassName
{
color: #1109DF;
}
</style>
background-color css
<style>
a { background-color: #1109DF; }
a { background-color: rgb(17,9,223); }
div.DivClassName
{
background-color: #1109DF;
}
.BgClassName
{
background-color: #1109DF;
}
</style>
border-color css
<style>
span { border-color: #1109DF; }
span { border-color: rgb(17,9,223); }
td.TdClassName
{
border-color: #1109DF;
}
.TagClassName
{
border-color: #1109DF;
}
</style>