Shades of Blue #112FF0
Tints of Blue #112FF0
RGB
CMYK
RGB Variations
Color information
#112FF0 (or 0x112FF0) is known color: Blue. HEX triplet: 11, 2F and F0. RGB value is (17,47,240). Sum of RGB (Red+Green+Blue) = 17+47+240=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 240 (94.14% from 255 or 78.95% from 304); Max value from RGB is 240 - color contains mainly: blue. Hex color #112FF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112FF0 is #EED00F. Grayscale: #3B3B3B. Windows color (decimal): -15650832 or 15740689. OLE color: 15740689.
HSL color Cylindrical-coordinate representation of color #112FF0: hue angle of 231.93º 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 #112FF0 is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 47 | 240 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.06 |
| HSL | 231.93º | 0.88% | 0.5% | - |
| HSV(B) | 231.93º | 0.93% | 0.94% | - |
| XYZ | 16.98 | 8.44 | 83.17 | - |
| YUV | 60.03 | 229.56 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 240 | 0.93 | 0.80 | 0 | 0.06 | 231.93 | 0.88 | 0.5 |
| Hex | 11 | 2F | F0 | 5D | 50 | 0 | 6 | E8 | 58 | 32 |
| Octal | 21 | 57 | 360 | 135 | 120 | 0 | 6 | 350 | 130 | 62 |
| Binary | 10001 | 101111 | 11110000 | 1011101 | 1010000 | 0 | 110 | 11101000 | 1011000 | 110010 |
Color Harmonies of #112FF0
Complementary color
Monochromatic Colors of #112FF0
Black with #112FF0
Text Example
Text Example
White with #112FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112FF0; }
p { color: rgb(17,47,240); }
H1.HeaderClassName
{
color: #112FF0;
}
.AnyTagClassName
{
color: #112FF0;
}
</style>
background-color css
<style>
a { background-color: #112FF0; }
a { background-color: rgb(17,47,240); }
div.DivClassName
{
background-color: #112FF0;
}
.BgClassName
{
background-color: #112FF0;
}
</style>
border-color css
<style>
span { border-color: #112FF0; }
span { border-color: rgb(17,47,240); }
td.TdClassName
{
border-color: #112FF0;
}
.TagClassName
{
border-color: #112FF0;
}
</style>