Shades of Blue #112EF1
Tints of Blue #112EF1
RGB
CMYK
RGB Variations
Color information
#112EF1 (or 0x112EF1) is known color: Blue. HEX triplet: 11, 2E and F1. RGB value is (17,46,241). Sum of RGB (Red+Green+Blue) = 17+46+241=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 241 (94.53% from 255 or 79.28% from 304); Max value from RGB is 241 - color contains mainly: blue. Hex color #112EF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112EF1 is #EED10E. Grayscale: #3A3A3A. Windows color (decimal): -15651087 or 15805969. OLE color: 15805969.
HSL color Cylindrical-coordinate representation of color #112EF1: hue angle of 232.23º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #112EF1 is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 46 | 241 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.05 |
| HSL | 232.23º | 0.89% | 0.51% | - |
| HSV(B) | 232.23º | 0.93% | 0.95% | - |
| XYZ | 17.09 | 8.42 | 83.94 | - |
| YUV | 59.56 | 230.39 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 46 | 241 | 0.93 | 0.81 | 0 | 0.05 | 232.23 | 0.89 | 0.51 |
| Hex | 11 | 2E | F1 | 5D | 51 | 0 | 5 | E8 | 59 | 33 |
| Octal | 21 | 56 | 361 | 135 | 121 | 0 | 5 | 350 | 131 | 63 |
| Binary | 10001 | 101110 | 11110001 | 1011101 | 1010001 | 0 | 101 | 11101000 | 1011001 | 110011 |
Color Harmonies of #112EF1
Complementary color
Monochromatic Colors of #112EF1
Black with #112EF1
Text Example
Text Example
White with #112EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112EF1; }
p { color: rgb(17,46,241); }
H1.HeaderClassName
{
color: #112EF1;
}
.AnyTagClassName
{
color: #112EF1;
}
</style>
background-color css
<style>
a { background-color: #112EF1; }
a { background-color: rgb(17,46,241); }
div.DivClassName
{
background-color: #112EF1;
}
.BgClassName
{
background-color: #112EF1;
}
</style>
border-color css
<style>
span { border-color: #112EF1; }
span { border-color: rgb(17,46,241); }
td.TdClassName
{
border-color: #112EF1;
}
.TagClassName
{
border-color: #112EF1;
}
</style>