Shades of Blue #112FFB
Tints of Blue #112FFB
RGB
CMYK
RGB Variations
Color information
#112FFB (or 0x112FFB) is known color: Blue. HEX triplet: 11, 2F and FB. RGB value is (17,47,251). Sum of RGB (Red+Green+Blue) = 17+47+251=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 251 (98.44% from 255 or 79.68% from 315); Max value from RGB is 251 - color contains mainly: blue. Hex color #112FFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112FFB is #EED004. Grayscale: #3C3C3C. Windows color (decimal): -15650821 or 16461585. OLE color: 16461585.
HSL color Cylindrical-coordinate representation of color #112FFB: hue angle of 232.31º 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 #112FFB is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 47 | 251 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.02 |
| HSL | 232.31º | 0.97% | 0.53% | - |
| HSV(B) | 232.31º | 0.93% | 0.98% | - |
| XYZ | 18.66 | 9.12 | 92.04 | - |
| YUV | 61.29 | 235.06 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 251 | 0.93 | 0.81 | 0 | 0.02 | 232.31 | 0.97 | 0.53 |
| Hex | 11 | 2F | FB | 5D | 51 | 0 | 2 | E8 | 61 | 35 |
| Octal | 21 | 57 | 373 | 135 | 121 | 0 | 2 | 350 | 141 | 65 |
| Binary | 10001 | 101111 | 11111011 | 1011101 | 1010001 | 0 | 10 | 11101000 | 1100001 | 110101 |
Color Harmonies of #112FFB
Complementary color
Monochromatic Colors of #112FFB
Black with #112FFB
Text Example
Text Example
White with #112FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112FFB; }
p { color: rgb(17,47,251); }
H1.HeaderClassName
{
color: #112FFB;
}
.AnyTagClassName
{
color: #112FFB;
}
</style>
background-color css
<style>
a { background-color: #112FFB; }
a { background-color: rgb(17,47,251); }
div.DivClassName
{
background-color: #112FFB;
}
.BgClassName
{
background-color: #112FFB;
}
</style>
border-color css
<style>
span { border-color: #112FFB; }
span { border-color: rgb(17,47,251); }
td.TdClassName
{
border-color: #112FFB;
}
.TagClassName
{
border-color: #112FFB;
}
</style>