Shades of Blue #112BEB
Tints of Blue #112BEB
RGB
CMYK
RGB Variations
Color information
#112BEB (or 0x112BEB) is known color: Blue. HEX triplet: 11, 2B and EB. RGB value is (17,43,235). Sum of RGB (Red+Green+Blue) = 17+43+235=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 235 (92.19% from 255 or 79.66% from 295); Max value from RGB is 235 - color contains mainly: blue. Hex color #112BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112BEB is #EED414. Grayscale: #383838. Windows color (decimal): -15651861 or 15411985. OLE color: 15411985.
HSL color Cylindrical-coordinate representation of color #112BEB: hue angle of 232.84º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #112BEB is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 43 | 235 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.08 |
| HSL | 232.84º | 0.87% | 0.49% | - |
| HSV(B) | 232.84º | 0.93% | 0.92% | - |
| XYZ | 16.09 | 7.85 | 79.26 | - |
| YUV | 57.11 | 228.39 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 43 | 235 | 0.93 | 0.82 | 0 | 0.08 | 232.84 | 0.87 | 0.49 |
| Hex | 11 | 2B | EB | 5D | 52 | 0 | 8 | E9 | 57 | 31 |
| Octal | 21 | 53 | 353 | 135 | 122 | 0 | 10 | 351 | 127 | 61 |
| Binary | 10001 | 101011 | 11101011 | 1011101 | 1010010 | 0 | 1000 | 11101001 | 1010111 | 110001 |
Color Harmonies of #112BEB
Complementary color
Monochromatic Colors of #112BEB
Black with #112BEB
Text Example
Text Example
White with #112BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112BEB; }
p { color: rgb(17,43,235); }
H1.HeaderClassName
{
color: #112BEB;
}
.AnyTagClassName
{
color: #112BEB;
}
</style>
background-color css
<style>
a { background-color: #112BEB; }
a { background-color: rgb(17,43,235); }
div.DivClassName
{
background-color: #112BEB;
}
.BgClassName
{
background-color: #112BEB;
}
</style>
border-color css
<style>
span { border-color: #112BEB; }
span { border-color: rgb(17,43,235); }
td.TdClassName
{
border-color: #112BEB;
}
.TagClassName
{
border-color: #112BEB;
}
</style>