Shades of Blue #112FF1
Tints of Blue #112FF1
RGB
CMYK
RGB Variations
Color information
#112FF1 (or 0x112FF1) is known color: Blue. HEX triplet: 11, 2F and F1. RGB value is (17,47,241). Sum of RGB (Red+Green+Blue) = 17+47+241=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 241 (94.53% from 255 or 79.02% from 305); Max value from RGB is 241 - color contains mainly: blue. Hex color #112FF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112FF1 is #EED00E. Grayscale: #3B3B3B. Windows color (decimal): -15650831 or 15806225. OLE color: 15806225.
HSL color Cylindrical-coordinate representation of color #112FF1: hue angle of 231.96º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #112FF1 is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 47 | 241 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.05 |
| HSL | 231.96º | 0.89% | 0.51% | - |
| HSV(B) | 231.96º | 0.93% | 0.95% | - |
| XYZ | 17.12 | 8.5 | 83.96 | - |
| YUV | 60.15 | 230.06 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 241 | 0.93 | 0.80 | 0 | 0.05 | 231.96 | 0.89 | 0.51 |
| Hex | 11 | 2F | F1 | 5D | 50 | 0 | 5 | E8 | 59 | 33 |
| Octal | 21 | 57 | 361 | 135 | 120 | 0 | 5 | 350 | 131 | 63 |
| Binary | 10001 | 101111 | 11110001 | 1011101 | 1010000 | 0 | 101 | 11101000 | 1011001 | 110011 |
Color Harmonies of #112FF1
Complementary color
Monochromatic Colors of #112FF1
Black with #112FF1
Text Example
Text Example
White with #112FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112FF1; }
p { color: rgb(17,47,241); }
H1.HeaderClassName
{
color: #112FF1;
}
.AnyTagClassName
{
color: #112FF1;
}
</style>
background-color css
<style>
a { background-color: #112FF1; }
a { background-color: rgb(17,47,241); }
div.DivClassName
{
background-color: #112FF1;
}
.BgClassName
{
background-color: #112FF1;
}
</style>
border-color css
<style>
span { border-color: #112FF1; }
span { border-color: rgb(17,47,241); }
td.TdClassName
{
border-color: #112FF1;
}
.TagClassName
{
border-color: #112FF1;
}
</style>