Shades of Blue #111BF5
Tints of Blue #111BF5
RGB
CMYK
RGB Variations
Color information
#111BF5 (or 0x111BF5) is known color: Blue. HEX triplet: 11, 1B and F5. RGB value is (17,27,245). Sum of RGB (Red+Green+Blue) = 17+27+245=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 245 (96.09% from 255 or 84.78% from 289); Max value from RGB is 245 - color contains mainly: blue. Hex color #111BF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #111BF5 is #EEE40A. Grayscale: #2F2F2F. Windows color (decimal): -15655947 or 16063249. OLE color: 16063249.
HSL color Cylindrical-coordinate representation of color #111BF5: hue angle of 237.37º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #111BF5 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 17 | 27 | 245 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.04 |
| HSL | 237.37º | 0.92% | 0.51% | - |
| HSV(B) | 237.37º | 0.93% | 0.96% | - |
| XYZ | 17.1 | 7.5 | 86.93 | - |
| YUV | 48.86 | 238.69 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 245 | 0.93 | 0.89 | 0 | 0.04 | 237.37 | 0.92 | 0.51 |
| Hex | 11 | 1B | F5 | 5D | 59 | 0 | 4 | ED | 5C | 33 |
| Octal | 21 | 33 | 365 | 135 | 131 | 0 | 4 | 355 | 134 | 63 |
| Binary | 10001 | 11011 | 11110101 | 1011101 | 1011001 | 0 | 100 | 11101101 | 1011100 | 110011 |
Color Harmonies of #111BF5
Complementary color
Monochromatic Colors of #111BF5
Black with #111BF5
Text Example
Text Example
White with #111BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111BF5; }
p { color: rgb(17,27,245); }
H1.HeaderClassName
{
color: #111BF5;
}
.AnyTagClassName
{
color: #111BF5;
}
</style>
background-color css
<style>
a { background-color: #111BF5; }
a { background-color: rgb(17,27,245); }
div.DivClassName
{
background-color: #111BF5;
}
.BgClassName
{
background-color: #111BF5;
}
</style>
border-color css
<style>
span { border-color: #111BF5; }
span { border-color: rgb(17,27,245); }
td.TdClassName
{
border-color: #111BF5;
}
.TagClassName
{
border-color: #111BF5;
}
</style>