Shades of Blue #112EFE
Tints of Blue #112EFE
RGB
CMYK
RGB Variations
Color information
#112EFE (or 0x112EFE) is known color: Blue. HEX triplet: 11, 2E and FE. RGB value is (17,46,254). Sum of RGB (Red+Green+Blue) = 17+46+254=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 254 (99.61% from 255 or 80.13% from 317); Max value from RGB is 254 - color contains mainly: blue. Hex color #112EFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112EFE is #EED101. Grayscale: #3C3C3C. Windows color (decimal): -15651074 or 16657937. OLE color: 16657937.
HSL color Cylindrical-coordinate representation of color #112EFE: hue angle of 232.66º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #112EFE is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 46 | 254 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.00 |
| HSL | 232.66º | 0.99% | 0.53% | - |
| HSV(B) | 232.66º | 0.93% | 1% | - |
| XYZ | 19.1 | 9.23 | 94.54 | - |
| YUV | 61.04 | 236.89 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 46 | 254 | 0.93 | 0.82 | 0 | 0.00 | 232.66 | 0.99 | 0.53 |
| Hex | 11 | 2E | FE | 5D | 52 | 0 | 0 | E9 | 63 | 35 |
| Octal | 21 | 56 | 376 | 135 | 122 | 0 | 0 | 351 | 143 | 65 |
| Binary | 10001 | 101110 | 11111110 | 1011101 | 1010010 | 0 | 0 | 11101001 | 1100011 | 110101 |
Color Harmonies of #112EFE
Complementary color
Monochromatic Colors of #112EFE
Black with #112EFE
Text Example
Text Example
White with #112EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112EFE; }
p { color: rgb(17,46,254); }
H1.HeaderClassName
{
color: #112EFE;
}
.AnyTagClassName
{
color: #112EFE;
}
</style>
background-color css
<style>
a { background-color: #112EFE; }
a { background-color: rgb(17,46,254); }
div.DivClassName
{
background-color: #112EFE;
}
.BgClassName
{
background-color: #112EFE;
}
</style>
border-color css
<style>
span { border-color: #112EFE; }
span { border-color: rgb(17,46,254); }
td.TdClassName
{
border-color: #112EFE;
}
.TagClassName
{
border-color: #112EFE;
}
</style>