Shades of Blue #112AFF
Tints of Blue #112AFF
RGB
CMYK
RGB Variations
Color information
#112AFF (or 0x112AFF) is known color: Blue. HEX triplet: 11, 2A and FF. RGB value is (17,42,255). Sum of RGB (Red+Green+Blue) = 17+42+255=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 255 (100% from 255 or 81.21% from 314); Max value from RGB is 255 - color contains mainly: blue. Hex color #112AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112AFF is #EED500. Grayscale: #393939. Windows color (decimal): -15652097 or 16722449. OLE color: 16722449.
HSL color Cylindrical-coordinate representation of color #112AFF: hue angle of 233.7º 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 #112AFF is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 42 | 255 | - |
| CMYK | 0.93 | 0.84 | 0 | 0 |
| HSL | 233.7º | 1% | 0.53% | - |
| HSV(B) | 233.7º | 0.93% | 1% | - |
| XYZ | 19.11 | 9 | 95.34 | - |
| YUV | 58.81 | 238.72 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 255 | 0.93 | 0.84 | 0 | 0 | 233.7 | 1 | 0.53 |
| Hex | 11 | 2A | FF | 5D | 54 | 0 | 0 | EA | 64 | 35 |
| Octal | 21 | 52 | 377 | 135 | 124 | 0 | 0 | 352 | 144 | 65 |
| Binary | 10001 | 101010 | 11111111 | 1011101 | 1010100 | 0 | 0 | 11101010 | 1100100 | 110101 |
Color Harmonies of #112AFF
Complementary color
Monochromatic Colors of #112AFF
Black with #112AFF
Text Example
Text Example
White with #112AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112AFF; }
p { color: rgb(17,42,255); }
H1.HeaderClassName
{
color: #112AFF;
}
.AnyTagClassName
{
color: #112AFF;
}
</style>
background-color css
<style>
a { background-color: #112AFF; }
a { background-color: rgb(17,42,255); }
div.DivClassName
{
background-color: #112AFF;
}
.BgClassName
{
background-color: #112AFF;
}
</style>
border-color css
<style>
span { border-color: #112AFF; }
span { border-color: rgb(17,42,255); }
td.TdClassName
{
border-color: #112AFF;
}
.TagClassName
{
border-color: #112AFF;
}
</style>