Shades of Blue #112AF0
Tints of Blue #112AF0
RGB
CMYK
RGB Variations
Color information
#112AF0 (or 0x112AF0) is known color: Blue. HEX triplet: 11, 2A and F0. RGB value is (17,42,240). Sum of RGB (Red+Green+Blue) = 17+42+240=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 240 (94.14% from 255 or 80.27% from 299); Max value from RGB is 240 - color contains mainly: blue. Hex color #112AF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112AF0 is #EED50F. Grayscale: #383838. Windows color (decimal): -15652112 or 15739409. OLE color: 15739409.
HSL color Cylindrical-coordinate representation of color #112AF0: hue angle of 233.27º 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 #112AF0 is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 42 | 240 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.06 |
| HSL | 233.27º | 0.88% | 0.5% | - |
| HSV(B) | 233.27º | 0.93% | 0.94% | - |
| XYZ | 16.79 | 8.07 | 83.11 | - |
| YUV | 57.1 | 231.22 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 240 | 0.93 | 0.82 | 0 | 0.06 | 233.27 | 0.88 | 0.5 |
| Hex | 11 | 2A | F0 | 5D | 52 | 0 | 6 | E9 | 58 | 32 |
| Octal | 21 | 52 | 360 | 135 | 122 | 0 | 6 | 351 | 130 | 62 |
| Binary | 10001 | 101010 | 11110000 | 1011101 | 1010010 | 0 | 110 | 11101001 | 1011000 | 110010 |
Color Harmonies of #112AF0
Complementary color
Monochromatic Colors of #112AF0
Black with #112AF0
Text Example
Text Example
White with #112AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112AF0; }
p { color: rgb(17,42,240); }
H1.HeaderClassName
{
color: #112AF0;
}
.AnyTagClassName
{
color: #112AF0;
}
</style>
background-color css
<style>
a { background-color: #112AF0; }
a { background-color: rgb(17,42,240); }
div.DivClassName
{
background-color: #112AF0;
}
.BgClassName
{
background-color: #112AF0;
}
</style>
border-color css
<style>
span { border-color: #112AF0; }
span { border-color: rgb(17,42,240); }
td.TdClassName
{
border-color: #112AF0;
}
.TagClassName
{
border-color: #112AF0;
}
</style>