Shades of Medium Blue #1011DF
Tints of Medium Blue #1011DF
RGB
CMYK
RGB Variations
Color information
#1011DF (or 0x1011DF) is known color: Medium Blue. HEX triplet: 10, 11 and DF. RGB value is (16,17,223). Sum of RGB (Red+Green+Blue) = 16+17+223=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 223 (87.5% from 255 or 87.11% from 256); Max value from RGB is 223 - color contains mainly: blue. Hex color #1011DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1011DF is #EFEE20. Grayscale: #272727. Windows color (decimal): -15724065 or 14618896. OLE color: 14618896.
HSL color Cylindrical-coordinate representation of color #1011DF: hue angle of 239.71º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1011DF is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 17 | 223 | - |
| CMYK | 0.93 | 0.92 | 0 | 0.13 |
| HSL | 239.71º | 0.87% | 0.47% | - |
| HSV(B) | 239.71º | 0.93% | 0.87% | - |
| XYZ | 13.73 | 5.84 | 70.22 | - |
| YUV | 40.19 | 231.17 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 223 | 0.93 | 0.92 | 0 | 0.13 | 239.71 | 0.87 | 0.47 |
| Hex | 10 | 11 | DF | 5D | 5C | 0 | D | F0 | 57 | 2F |
| Octal | 20 | 21 | 337 | 135 | 134 | 0 | 15 | 360 | 127 | 57 |
| Binary | 10000 | 10001 | 11011111 | 1011101 | 1011100 | 0 | 1101 | 11110000 | 1010111 | 101111 |
Color Harmonies of #1011DF
Complementary color
Monochromatic Colors of #1011DF
Black with #1011DF
Text Example
Text Example
White with #1011DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1011DF; }
p { color: rgb(16,17,223); }
H1.HeaderClassName
{
color: #1011DF;
}
.AnyTagClassName
{
color: #1011DF;
}
</style>
background-color css
<style>
a { background-color: #1011DF; }
a { background-color: rgb(16,17,223); }
div.DivClassName
{
background-color: #1011DF;
}
.BgClassName
{
background-color: #1011DF;
}
</style>
border-color css
<style>
span { border-color: #1011DF; }
span { border-color: rgb(16,17,223); }
td.TdClassName
{
border-color: #1011DF;
}
.TagClassName
{
border-color: #1011DF;
}
</style>