Shades of Medium Blue #1121DF
Tints of Medium Blue #1121DF
RGB
CMYK
RGB Variations
Color information
#1121DF (or 0x1121DF) is known color: Medium Blue. HEX triplet: 11, 21 and DF. RGB value is (17,33,223). Sum of RGB (Red+Green+Blue) = 17+33+223=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 223 (87.5% from 255 or 81.68% from 273); Max value from RGB is 223 - color contains mainly: blue. Hex color #1121DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1121DF is #EEDE20. Grayscale: #313131. Windows color (decimal): -15654433 or 14622993. OLE color: 14622993.
HSL color Cylindrical-coordinate representation of color #1121DF: hue angle of 235.34º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1121DF is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 33 | 223 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.13 |
| HSL | 235.34º | 0.86% | 0.47% | - |
| HSV(B) | 235.34º | 0.92% | 0.87% | - |
| XYZ | 14.09 | 6.53 | 70.33 | - |
| YUV | 49.88 | 225.7 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 33 | 223 | 0.92 | 0.85 | 0 | 0.13 | 235.34 | 0.86 | 0.47 |
| Hex | 11 | 21 | DF | 5C | 55 | 0 | D | EB | 56 | 2F |
| Octal | 21 | 41 | 337 | 134 | 125 | 0 | 15 | 353 | 126 | 57 |
| Binary | 10001 | 100001 | 11011111 | 1011100 | 1010101 | 0 | 1101 | 11101011 | 1010110 | 101111 |
Color Harmonies of #1121DF
Complementary color
Monochromatic Colors of #1121DF
Black with #1121DF
Text Example
Text Example
White with #1121DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1121DF; }
p { color: rgb(17,33,223); }
H1.HeaderClassName
{
color: #1121DF;
}
.AnyTagClassName
{
color: #1121DF;
}
</style>
background-color css
<style>
a { background-color: #1121DF; }
a { background-color: rgb(17,33,223); }
div.DivClassName
{
background-color: #1121DF;
}
.BgClassName
{
background-color: #1121DF;
}
</style>
border-color css
<style>
span { border-color: #1121DF; }
span { border-color: rgb(17,33,223); }
td.TdClassName
{
border-color: #1121DF;
}
.TagClassName
{
border-color: #1121DF;
}
</style>