Shades of Blue #112AFB
Tints of Blue #112AFB
RGB
CMYK
RGB Variations
Color information
#112AFB (or 0x112AFB) is known color: Blue. HEX triplet: 11, 2A and FB. RGB value is (17,42,251). Sum of RGB (Red+Green+Blue) = 17+42+251=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 251 (98.44% from 255 or 80.97% from 310); Max value from RGB is 251 - color contains mainly: blue. Hex color #112AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112AFB is #EED504. Grayscale: #393939. Windows color (decimal): -15652101 or 16460305. OLE color: 16460305.
HSL color Cylindrical-coordinate representation of color #112AFB: hue angle of 233.59º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #112AFB is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 42 | 251 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.02 |
| HSL | 233.59º | 0.97% | 0.53% | - |
| HSV(B) | 233.59º | 0.93% | 0.98% | - |
| XYZ | 18.47 | 8.74 | 91.98 | - |
| YUV | 58.35 | 236.72 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 251 | 0.93 | 0.83 | 0 | 0.02 | 233.59 | 0.97 | 0.53 |
| Hex | 11 | 2A | FB | 5D | 53 | 0 | 2 | EA | 61 | 35 |
| Octal | 21 | 52 | 373 | 135 | 123 | 0 | 2 | 352 | 141 | 65 |
| Binary | 10001 | 101010 | 11111011 | 1011101 | 1010011 | 0 | 10 | 11101010 | 1100001 | 110101 |
Color Harmonies of #112AFB
Complementary color
Monochromatic Colors of #112AFB
Black with #112AFB
Text Example
Text Example
White with #112AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112AFB; }
p { color: rgb(17,42,251); }
H1.HeaderClassName
{
color: #112AFB;
}
.AnyTagClassName
{
color: #112AFB;
}
</style>
background-color css
<style>
a { background-color: #112AFB; }
a { background-color: rgb(17,42,251); }
div.DivClassName
{
background-color: #112AFB;
}
.BgClassName
{
background-color: #112AFB;
}
</style>
border-color css
<style>
span { border-color: #112AFB; }
span { border-color: rgb(17,42,251); }
td.TdClassName
{
border-color: #112AFB;
}
.TagClassName
{
border-color: #112AFB;
}
</style>