Shades of Blue #112EEE
Tints of Blue #112EEE
RGB
CMYK
RGB Variations
Color information
#112EEE (or 0x112EEE) is known color: Blue. HEX triplet: 11, 2E and EE. RGB value is (17,46,238). Sum of RGB (Red+Green+Blue) = 17+46+238=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 238 (93.36% from 255 or 79.07% from 301); Max value from RGB is 238 - color contains mainly: blue. Hex color #112EEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112EEE is #EED111. Grayscale: #3A3A3A. Windows color (decimal): -15651090 or 15609361. OLE color: 15609361.
HSL color Cylindrical-coordinate representation of color #112EEE: hue angle of 232.13º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #112EEE is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 46 | 238 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.07 |
| HSL | 232.13º | 0.87% | 0.5% | - |
| HSV(B) | 232.13º | 0.93% | 0.93% | - |
| XYZ | 16.64 | 8.25 | 81.6 | - |
| YUV | 59.22 | 228.89 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 46 | 238 | 0.93 | 0.81 | 0 | 0.07 | 232.13 | 0.87 | 0.5 |
| Hex | 11 | 2E | EE | 5D | 51 | 0 | 7 | E8 | 57 | 32 |
| Octal | 21 | 56 | 356 | 135 | 121 | 0 | 7 | 350 | 127 | 62 |
| Binary | 10001 | 101110 | 11101110 | 1011101 | 1010001 | 0 | 111 | 11101000 | 1010111 | 110010 |
Color Harmonies of #112EEE
Complementary color
Monochromatic Colors of #112EEE
Black with #112EEE
Text Example
Text Example
White with #112EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112EEE; }
p { color: rgb(17,46,238); }
H1.HeaderClassName
{
color: #112EEE;
}
.AnyTagClassName
{
color: #112EEE;
}
</style>
background-color css
<style>
a { background-color: #112EEE; }
a { background-color: rgb(17,46,238); }
div.DivClassName
{
background-color: #112EEE;
}
.BgClassName
{
background-color: #112EEE;
}
</style>
border-color css
<style>
span { border-color: #112EEE; }
span { border-color: rgb(17,46,238); }
td.TdClassName
{
border-color: #112EEE;
}
.TagClassName
{
border-color: #112EEE;
}
</style>