Shades of Blue #112EEF
Tints of Blue #112EEF
RGB
CMYK
RGB Variations
Color information
#112EEF (or 0x112EEF) is known color: Blue. HEX triplet: 11, 2E and EF. RGB value is (17,46,239). Sum of RGB (Red+Green+Blue) = 17+46+239=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 239 (93.75% from 255 or 79.14% from 302); Max value from RGB is 239 - color contains mainly: blue. Hex color #112EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112EEF is #EED110. Grayscale: #3A3A3A. Windows color (decimal): -15651089 or 15674897. OLE color: 15674897.
HSL color Cylindrical-coordinate representation of color #112EEF: hue angle of 232.16º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #112EEF is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 46 | 239 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.06 |
| HSL | 232.16º | 0.87% | 0.5% | - |
| HSV(B) | 232.16º | 0.93% | 0.94% | - |
| XYZ | 16.79 | 8.31 | 82.38 | - |
| YUV | 59.33 | 229.39 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 46 | 239 | 0.93 | 0.81 | 0 | 0.06 | 232.16 | 0.87 | 0.5 |
| Hex | 11 | 2E | EF | 5D | 51 | 0 | 6 | E8 | 57 | 32 |
| Octal | 21 | 56 | 357 | 135 | 121 | 0 | 6 | 350 | 127 | 62 |
| Binary | 10001 | 101110 | 11101111 | 1011101 | 1010001 | 0 | 110 | 11101000 | 1010111 | 110010 |
Color Harmonies of #112EEF
Complementary color
Monochromatic Colors of #112EEF
Black with #112EEF
Text Example
Text Example
White with #112EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112EEF; }
p { color: rgb(17,46,239); }
H1.HeaderClassName
{
color: #112EEF;
}
.AnyTagClassName
{
color: #112EEF;
}
</style>
background-color css
<style>
a { background-color: #112EEF; }
a { background-color: rgb(17,46,239); }
div.DivClassName
{
background-color: #112EEF;
}
.BgClassName
{
background-color: #112EEF;
}
</style>
border-color css
<style>
span { border-color: #112EEF; }
span { border-color: rgb(17,46,239); }
td.TdClassName
{
border-color: #112EEF;
}
.TagClassName
{
border-color: #112EEF;
}
</style>