Shades of Blue #112BF6
Tints of Blue #112BF6
RGB
CMYK
RGB Variations
Color information
#112BF6 (or 0x112BF6) is known color: Blue. HEX triplet: 11, 2B and F6. RGB value is (17,43,246). Sum of RGB (Red+Green+Blue) = 17+43+246=306 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.56% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 246 (96.48% from 255 or 80.39% from 306); Max value from RGB is 246 - color contains mainly: blue. Hex color #112BF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112BF6 is #EED409. Grayscale: #393939. Windows color (decimal): -15651850 or 16132881. OLE color: 16132881.
HSL color Cylindrical-coordinate representation of color #112BF6: hue angle of 233.19º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #112BF6 is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 17 | 43 | 246 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.04 |
| HSL | 233.19º | 0.93% | 0.52% | - |
| HSV(B) | 233.19º | 0.93% | 0.96% | - |
| XYZ | 17.73 | 8.5 | 87.9 | - |
| YUV | 58.37 | 233.89 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 43 | 246 | 0.93 | 0.83 | 0 | 0.04 | 233.19 | 0.93 | 0.52 |
| Hex | 11 | 2B | F6 | 5D | 53 | 0 | 4 | E9 | 5D | 34 |
| Octal | 21 | 53 | 366 | 135 | 123 | 0 | 4 | 351 | 135 | 64 |
| Binary | 10001 | 101011 | 11110110 | 1011101 | 1010011 | 0 | 100 | 11101001 | 1011101 | 110100 |
Color Harmonies of #112BF6
Complementary color
Monochromatic Colors of #112BF6
Black with #112BF6
Text Example
Text Example
White with #112BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112BF6; }
p { color: rgb(17,43,246); }
H1.HeaderClassName
{
color: #112BF6;
}
.AnyTagClassName
{
color: #112BF6;
}
</style>
background-color css
<style>
a { background-color: #112BF6; }
a { background-color: rgb(17,43,246); }
div.DivClassName
{
background-color: #112BF6;
}
.BgClassName
{
background-color: #112BF6;
}
</style>
border-color css
<style>
span { border-color: #112BF6; }
span { border-color: rgb(17,43,246); }
td.TdClassName
{
border-color: #112BF6;
}
.TagClassName
{
border-color: #112BF6;
}
</style>