Shades of Blue #112DFF
Tints of Blue #112DFF
RGB
CMYK
RGB Variations
Color information
#112DFF (or 0x112DFF) is known color: Blue. HEX triplet: 11, 2D and FF. RGB value is (17,45,255). Sum of RGB (Red+Green+Blue) = 17+45+255=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 255 (100% from 255 or 80.44% from 317); Max value from RGB is 255 - color contains mainly: blue. Hex color #112DFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112DFF is #EED200. Grayscale: #3B3B3B. Windows color (decimal): -15651329 or 16723217. OLE color: 16723217.
HSL color Cylindrical-coordinate representation of color #112DFF: hue angle of 232.94º 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 #112DFF is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 45 | 255 | - |
| CMYK | 0.93 | 0.82 | 0 | 0 |
| HSL | 232.94º | 1% | 0.53% | - |
| HSV(B) | 232.94º | 0.93% | 1% | - |
| XYZ | 19.22 | 9.22 | 95.37 | - |
| YUV | 60.57 | 237.72 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 255 | 0.93 | 0.82 | 0 | 0 | 232.94 | 1 | 0.53 |
| Hex | 11 | 2D | FF | 5D | 52 | 0 | 0 | E9 | 64 | 35 |
| Octal | 21 | 55 | 377 | 135 | 122 | 0 | 0 | 351 | 144 | 65 |
| Binary | 10001 | 101101 | 11111111 | 1011101 | 1010010 | 0 | 0 | 11101001 | 1100100 | 110101 |
Color Harmonies of #112DFF
Complementary color
Monochromatic Colors of #112DFF
Black with #112DFF
Text Example
Text Example
White with #112DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112DFF; }
p { color: rgb(17,45,255); }
H1.HeaderClassName
{
color: #112DFF;
}
.AnyTagClassName
{
color: #112DFF;
}
</style>
background-color css
<style>
a { background-color: #112DFF; }
a { background-color: rgb(17,45,255); }
div.DivClassName
{
background-color: #112DFF;
}
.BgClassName
{
background-color: #112DFF;
}
</style>
border-color css
<style>
span { border-color: #112DFF; }
span { border-color: rgb(17,45,255); }
td.TdClassName
{
border-color: #112DFF;
}
.TagClassName
{
border-color: #112DFF;
}
</style>