Shades of Blue #112DEE
Tints of Blue #112DEE
RGB
CMYK
RGB Variations
Color information
#112DEE (or 0x112DEE) is known color: Blue. HEX triplet: 11, 2D and EE. RGB value is (17,45,238). Sum of RGB (Red+Green+Blue) = 17+45+238=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 238 (93.36% from 255 or 79.33% from 300); Max value from RGB is 238 - color contains mainly: blue. Hex color #112DEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112DEE is #EED211. Grayscale: #393939. Windows color (decimal): -15651346 or 15609105. OLE color: 15609105.
HSL color Cylindrical-coordinate representation of color #112DEE: hue angle of 232.4º 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 #112DEE is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 45 | 238 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.07 |
| HSL | 232.4º | 0.87% | 0.5% | - |
| HSV(B) | 232.4º | 0.93% | 0.93% | - |
| XYZ | 16.6 | 8.17 | 81.59 | - |
| YUV | 58.63 | 229.22 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 238 | 0.93 | 0.81 | 0 | 0.07 | 232.4 | 0.87 | 0.5 |
| Hex | 11 | 2D | EE | 5D | 51 | 0 | 7 | E8 | 57 | 32 |
| Octal | 21 | 55 | 356 | 135 | 121 | 0 | 7 | 350 | 127 | 62 |
| Binary | 10001 | 101101 | 11101110 | 1011101 | 1010001 | 0 | 111 | 11101000 | 1010111 | 110010 |
Color Harmonies of #112DEE
Complementary color
Monochromatic Colors of #112DEE
Black with #112DEE
Text Example
Text Example
White with #112DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112DEE; }
p { color: rgb(17,45,238); }
H1.HeaderClassName
{
color: #112DEE;
}
.AnyTagClassName
{
color: #112DEE;
}
</style>
background-color css
<style>
a { background-color: #112DEE; }
a { background-color: rgb(17,45,238); }
div.DivClassName
{
background-color: #112DEE;
}
.BgClassName
{
background-color: #112DEE;
}
</style>
border-color css
<style>
span { border-color: #112DEE; }
span { border-color: rgb(17,45,238); }
td.TdClassName
{
border-color: #112DEE;
}
.TagClassName
{
border-color: #112DEE;
}
</style>