Shades of Medium Blue #1101DF
Tints of Medium Blue #1101DF
RGB
CMYK
RGB Variations
Color information
#1101DF (or 0x1101DF) is known color: Medium Blue. HEX triplet: 11, 01 and DF. RGB value is (17,1,223). Sum of RGB (Red+Green+Blue) = 17+1+223=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 223 (87.5% from 255 or 92.53% from 241); Max value from RGB is 223 - color contains mainly: blue. Hex color #1101DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1101DF is #EEFE20. Grayscale: #1E1E1E. Windows color (decimal): -15662625 or 14614801. OLE color: 14614801.
HSL color Cylindrical-coordinate representation of color #1101DF: hue angle of 244.32º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1101DF is Cyan = 0.92, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 1 | 223 | - |
| CMYK | 0.92 | 1.00 | 0 | 0.13 |
| HSL | 244.32º | 0.99% | 0.44% | - |
| HSV(B) | 244.32º | 1% | 0.87% | - |
| XYZ | 13.56 | 5.47 | 70.15 | - |
| YUV | 31.09 | 236.3 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 223 | 0.92 | 1.00 | 0 | 0.13 | 244.32 | 0.99 | 0.44 |
| Hex | 11 | 1 | DF | 5C | 64 | 0 | D | F4 | 63 | 2C |
| Octal | 21 | 1 | 337 | 134 | 144 | 0 | 15 | 364 | 143 | 54 |
| Binary | 10001 | 1 | 11011111 | 1011100 | 1100100 | 0 | 1101 | 11110100 | 1100011 | 101100 |
Color Harmonies of #1101DF
Complementary color
Monochromatic Colors of #1101DF
Black with #1101DF
Text Example
Text Example
White with #1101DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1101DF; }
p { color: rgb(17,1,223); }
H1.HeaderClassName
{
color: #1101DF;
}
.AnyTagClassName
{
color: #1101DF;
}
</style>
background-color css
<style>
a { background-color: #1101DF; }
a { background-color: rgb(17,1,223); }
div.DivClassName
{
background-color: #1101DF;
}
.BgClassName
{
background-color: #1101DF;
}
</style>
border-color css
<style>
span { border-color: #1101DF; }
span { border-color: rgb(17,1,223); }
td.TdClassName
{
border-color: #1101DF;
}
.TagClassName
{
border-color: #1101DF;
}
</style>