Shades of Blue #112DFB
Tints of Blue #112DFB
RGB
CMYK
RGB Variations
Color information
#112DFB (or 0x112DFB) is known color: Blue. HEX triplet: 11, 2D and FB. RGB value is (17,45,251). Sum of RGB (Red+Green+Blue) = 17+45+251=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 251 (98.44% from 255 or 80.19% from 313); Max value from RGB is 251 - color contains mainly: blue. Hex color #112DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112DFB is #EED204. Grayscale: #3B3B3B. Windows color (decimal): -15651333 or 16461073. OLE color: 16461073.
HSL color Cylindrical-coordinate representation of color #112DFB: hue angle of 232.82º 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 #112DFB is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 45 | 251 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.02 |
| HSL | 232.82º | 0.97% | 0.53% | - |
| HSV(B) | 232.82º | 0.93% | 0.98% | - |
| XYZ | 18.58 | 8.96 | 92.02 | - |
| YUV | 60.11 | 235.72 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 251 | 0.93 | 0.82 | 0 | 0.02 | 232.82 | 0.97 | 0.53 |
| Hex | 11 | 2D | FB | 5D | 52 | 0 | 2 | E9 | 61 | 35 |
| Octal | 21 | 55 | 373 | 135 | 122 | 0 | 2 | 351 | 141 | 65 |
| Binary | 10001 | 101101 | 11111011 | 1011101 | 1010010 | 0 | 10 | 11101001 | 1100001 | 110101 |
Color Harmonies of #112DFB
Complementary color
Monochromatic Colors of #112DFB
Black with #112DFB
Text Example
Text Example
White with #112DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112DFB; }
p { color: rgb(17,45,251); }
H1.HeaderClassName
{
color: #112DFB;
}
.AnyTagClassName
{
color: #112DFB;
}
</style>
background-color css
<style>
a { background-color: #112DFB; }
a { background-color: rgb(17,45,251); }
div.DivClassName
{
background-color: #112DFB;
}
.BgClassName
{
background-color: #112DFB;
}
</style>
border-color css
<style>
span { border-color: #112DFB; }
span { border-color: rgb(17,45,251); }
td.TdClassName
{
border-color: #112DFB;
}
.TagClassName
{
border-color: #112DFB;
}
</style>