Shades of Medium Blue #110FDF
Tints of Medium Blue #110FDF
RGB
CMYK
RGB Variations
Color information
#110FDF (or 0x110FDF) is known color: Medium Blue. HEX triplet: 11, 0F and DF. RGB value is (17,15,223). Sum of RGB (Red+Green+Blue) = 17+15+223=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 223 (87.5% from 255 or 87.45% from 255); Max value from RGB is 223 - color contains mainly: blue. Hex color #110FDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110FDF is #EEF020. Grayscale: #262626. Windows color (decimal): -15659041 or 14618385. OLE color: 14618385.
HSL color Cylindrical-coordinate representation of color #110FDF: hue angle of 240.58º 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 #110FDF is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 15 | 223 | - |
| CMYK | 0.92 | 0.93 | 0 | 0.13 |
| HSL | 240.58º | 0.87% | 0.47% | - |
| HSV(B) | 240.58º | 0.93% | 0.87% | - |
| XYZ | 13.72 | 5.79 | 70.21 | - |
| YUV | 39.31 | 231.66 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 223 | 0.92 | 0.93 | 0 | 0.13 | 240.58 | 0.87 | 0.47 |
| Hex | 11 | F | DF | 5C | 5D | 0 | D | F1 | 57 | 2F |
| Octal | 21 | 17 | 337 | 134 | 135 | 0 | 15 | 361 | 127 | 57 |
| Binary | 10001 | 1111 | 11011111 | 1011100 | 1011101 | 0 | 1101 | 11110001 | 1010111 | 101111 |
Color Harmonies of #110FDF
Complementary color
Monochromatic Colors of #110FDF
Black with #110FDF
Text Example
Text Example
White with #110FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110FDF; }
p { color: rgb(17,15,223); }
H1.HeaderClassName
{
color: #110FDF;
}
.AnyTagClassName
{
color: #110FDF;
}
</style>
background-color css
<style>
a { background-color: #110FDF; }
a { background-color: rgb(17,15,223); }
div.DivClassName
{
background-color: #110FDF;
}
.BgClassName
{
background-color: #110FDF;
}
</style>
border-color css
<style>
span { border-color: #110FDF; }
span { border-color: rgb(17,15,223); }
td.TdClassName
{
border-color: #110FDF;
}
.TagClassName
{
border-color: #110FDF;
}
</style>