Shades of Blue #112EF0
Tints of Blue #112EF0
RGB
CMYK
RGB Variations
Color information
#112EF0 (or 0x112EF0) is known color: Blue. HEX triplet: 11, 2E and F0. RGB value is (17,46,240). Sum of RGB (Red+Green+Blue) = 17+46+240=303 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.61% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 240 (94.14% from 255 or 79.21% from 303); Max value from RGB is 240 - color contains mainly: blue. Hex color #112EF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112EF0 is #EED10F. Grayscale: #3A3A3A. Windows color (decimal): -15651088 or 15740433. OLE color: 15740433.
HSL color Cylindrical-coordinate representation of color #112EF0: hue angle of 232.2º degrees, saturation: 0.88, 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 #112EF0 is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 46 | 240 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.06 |
| HSL | 232.2º | 0.88% | 0.5% | - |
| HSV(B) | 232.2º | 0.93% | 0.94% | - |
| XYZ | 16.94 | 8.36 | 83.16 | - |
| YUV | 59.45 | 229.89 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 46 | 240 | 0.93 | 0.81 | 0 | 0.06 | 232.2 | 0.88 | 0.5 |
| Hex | 11 | 2E | F0 | 5D | 51 | 0 | 6 | E8 | 58 | 32 |
| Octal | 21 | 56 | 360 | 135 | 121 | 0 | 6 | 350 | 130 | 62 |
| Binary | 10001 | 101110 | 11110000 | 1011101 | 1010001 | 0 | 110 | 11101000 | 1011000 | 110010 |
Color Harmonies of #112EF0
Complementary color
Monochromatic Colors of #112EF0
Black with #112EF0
Text Example
Text Example
White with #112EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112EF0; }
p { color: rgb(17,46,240); }
H1.HeaderClassName
{
color: #112EF0;
}
.AnyTagClassName
{
color: #112EF0;
}
</style>
background-color css
<style>
a { background-color: #112EF0; }
a { background-color: rgb(17,46,240); }
div.DivClassName
{
background-color: #112EF0;
}
.BgClassName
{
background-color: #112EF0;
}
</style>
border-color css
<style>
span { border-color: #112EF0; }
span { border-color: rgb(17,46,240); }
td.TdClassName
{
border-color: #112EF0;
}
.TagClassName
{
border-color: #112EF0;
}
</style>