Shades of Blue #112DED
Tints of Blue #112DED
RGB
CMYK
RGB Variations
Color information
#112DED (or 0x112DED) is known color: Blue. HEX triplet: 11, 2D and ED. RGB value is (17,45,237). Sum of RGB (Red+Green+Blue) = 17+45+237=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 237 (92.97% from 255 or 79.26% from 299); Max value from RGB is 237 - color contains mainly: blue. Hex color #112DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112DED is #EED212. Grayscale: #393939. Windows color (decimal): -15651347 or 15543569. OLE color: 15543569.
HSL color Cylindrical-coordinate representation of color #112DED: hue angle of 232.36º 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 #112DED is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 45 | 237 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.07 |
| HSL | 232.36º | 0.87% | 0.5% | - |
| HSV(B) | 232.36º | 0.93% | 0.93% | - |
| XYZ | 16.46 | 8.11 | 80.82 | - |
| YUV | 58.52 | 228.72 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 237 | 0.93 | 0.81 | 0 | 0.07 | 232.36 | 0.87 | 0.5 |
| Hex | 11 | 2D | ED | 5D | 51 | 0 | 7 | E8 | 57 | 32 |
| Octal | 21 | 55 | 355 | 135 | 121 | 0 | 7 | 350 | 127 | 62 |
| Binary | 10001 | 101101 | 11101101 | 1011101 | 1010001 | 0 | 111 | 11101000 | 1010111 | 110010 |
Color Harmonies of #112DED
Complementary color
Monochromatic Colors of #112DED
Black with #112DED
Text Example
Text Example
White with #112DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112DED; }
p { color: rgb(17,45,237); }
H1.HeaderClassName
{
color: #112DED;
}
.AnyTagClassName
{
color: #112DED;
}
</style>
background-color css
<style>
a { background-color: #112DED; }
a { background-color: rgb(17,45,237); }
div.DivClassName
{
background-color: #112DED;
}
.BgClassName
{
background-color: #112DED;
}
</style>
border-color css
<style>
span { border-color: #112DED; }
span { border-color: rgb(17,45,237); }
td.TdClassName
{
border-color: #112DED;
}
.TagClassName
{
border-color: #112DED;
}
</style>