Shades of Medium Blue #111FE5
Tints of Medium Blue #111FE5
RGB
CMYK
RGB Variations
Color information
#111FE5 (or 0x111FE5) is known color: Medium Blue. HEX triplet: 11, 1F and E5. RGB value is (17,31,229). Sum of RGB (Red+Green+Blue) = 17+31+229=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 229 (89.84% from 255 or 82.67% from 277); Max value from RGB is 229 - color contains mainly: blue. Hex color #111FE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111FE5 is #EEE01A. Grayscale: #303030. Windows color (decimal): -15654939 or 15015697. OLE color: 15015697.
HSL color Cylindrical-coordinate representation of color #111FE5: hue angle of 236.04º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #111FE5 is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 31 | 229 | - |
| CMYK | 0.93 | 0.86 | 0 | 0.10 |
| HSL | 236.04º | 0.86% | 0.48% | - |
| HSV(B) | 236.04º | 0.93% | 0.9% | - |
| XYZ | 14.86 | 6.76 | 74.65 | - |
| YUV | 49.39 | 229.36 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 229 | 0.93 | 0.86 | 0 | 0.10 | 236.04 | 0.86 | 0.48 |
| Hex | 11 | 1F | E5 | 5D | 56 | 0 | A | EC | 56 | 30 |
| Octal | 21 | 37 | 345 | 135 | 126 | 0 | 12 | 354 | 126 | 60 |
| Binary | 10001 | 11111 | 11100101 | 1011101 | 1010110 | 0 | 1010 | 11101100 | 1010110 | 110000 |
Color Harmonies of #111FE5
Complementary color
Monochromatic Colors of #111FE5
Black with #111FE5
Text Example
Text Example
White with #111FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111FE5; }
p { color: rgb(17,31,229); }
H1.HeaderClassName
{
color: #111FE5;
}
.AnyTagClassName
{
color: #111FE5;
}
</style>
background-color css
<style>
a { background-color: #111FE5; }
a { background-color: rgb(17,31,229); }
div.DivClassName
{
background-color: #111FE5;
}
.BgClassName
{
background-color: #111FE5;
}
</style>
border-color css
<style>
span { border-color: #111FE5; }
span { border-color: rgb(17,31,229); }
td.TdClassName
{
border-color: #111FE5;
}
.TagClassName
{
border-color: #111FE5;
}
</style>