Shades of Blue #112FFF
Tints of Blue #112FFF
RGB
CMYK
RGB Variations
Color information
#112FFF (or 0x112FFF) is known color: Blue. HEX triplet: 11, 2F and FF. RGB value is (17,47,255). Sum of RGB (Red+Green+Blue) = 17+47+255=319 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.33% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 255 (100% from 255 or 79.94% from 319); Max value from RGB is 255 - color contains mainly: blue. Hex color #112FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112FFF is #EED000. Grayscale: #3C3C3C. Windows color (decimal): -15650817 or 16723729. OLE color: 16723729.
HSL color Cylindrical-coordinate representation of color #112FFF: hue angle of 232.44º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #112FFF is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 47 | 255 | - |
| CMYK | 0.93 | 0.82 | 0 | 0 |
| HSL | 232.44º | 1% | 0.53% | - |
| HSV(B) | 232.44º | 0.93% | 1% | - |
| XYZ | 19.3 | 9.37 | 95.4 | - |
| YUV | 61.74 | 237.06 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 255 | 0.93 | 0.82 | 0 | 0 | 232.44 | 1 | 0.53 |
| Hex | 11 | 2F | FF | 5D | 52 | 0 | 0 | E8 | 64 | 35 |
| Octal | 21 | 57 | 377 | 135 | 122 | 0 | 0 | 350 | 144 | 65 |
| Binary | 10001 | 101111 | 11111111 | 1011101 | 1010010 | 0 | 0 | 11101000 | 1100100 | 110101 |
Color Harmonies of #112FFF
Complementary color
Monochromatic Colors of #112FFF
Black with #112FFF
Text Example
Text Example
White with #112FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112FFF; }
p { color: rgb(17,47,255); }
H1.HeaderClassName
{
color: #112FFF;
}
.AnyTagClassName
{
color: #112FFF;
}
</style>
background-color css
<style>
a { background-color: #112FFF; }
a { background-color: rgb(17,47,255); }
div.DivClassName
{
background-color: #112FFF;
}
.BgClassName
{
background-color: #112FFF;
}
</style>
border-color css
<style>
span { border-color: #112FFF; }
span { border-color: rgb(17,47,255); }
td.TdClassName
{
border-color: #112FFF;
}
.TagClassName
{
border-color: #112FFF;
}
</style>