Shades of Blue #112DF0
Tints of Blue #112DF0
RGB
CMYK
RGB Variations
Color information
#112DF0 (or 0x112DF0) is known color: Blue. HEX triplet: 11, 2D and F0. RGB value is (17,45,240). Sum of RGB (Red+Green+Blue) = 17+45+240=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 240 (94.14% from 255 or 79.47% from 302); Max value from RGB is 240 - color contains mainly: blue. Hex color #112DF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112DF0 is #EED20F. Grayscale: #3A3A3A. Windows color (decimal): -15651344 or 15740177. OLE color: 15740177.
HSL color Cylindrical-coordinate representation of color #112DF0: hue angle of 232.47º 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 #112DF0 is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 45 | 240 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.06 |
| HSL | 232.47º | 0.88% | 0.5% | - |
| HSV(B) | 232.47º | 0.93% | 0.94% | - |
| XYZ | 16.9 | 8.29 | 83.15 | - |
| YUV | 58.86 | 230.22 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 240 | 0.93 | 0.81 | 0 | 0.06 | 232.47 | 0.88 | 0.5 |
| Hex | 11 | 2D | F0 | 5D | 51 | 0 | 6 | E8 | 58 | 32 |
| Octal | 21 | 55 | 360 | 135 | 121 | 0 | 6 | 350 | 130 | 62 |
| Binary | 10001 | 101101 | 11110000 | 1011101 | 1010001 | 0 | 110 | 11101000 | 1011000 | 110010 |
Color Harmonies of #112DF0
Complementary color
Monochromatic Colors of #112DF0
Black with #112DF0
Text Example
Text Example
White with #112DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112DF0; }
p { color: rgb(17,45,240); }
H1.HeaderClassName
{
color: #112DF0;
}
.AnyTagClassName
{
color: #112DF0;
}
</style>
background-color css
<style>
a { background-color: #112DF0; }
a { background-color: rgb(17,45,240); }
div.DivClassName
{
background-color: #112DF0;
}
.BgClassName
{
background-color: #112DF0;
}
</style>
border-color css
<style>
span { border-color: #112DF0; }
span { border-color: rgb(17,45,240); }
td.TdClassName
{
border-color: #112DF0;
}
.TagClassName
{
border-color: #112DF0;
}
</style>