Shades of Blue #112CFE
Tints of Blue #112CFE
RGB
CMYK
RGB Variations
Color information
#112CFE (or 0x112CFE) is known color: Blue. HEX triplet: 11, 2C and FE. RGB value is (17,44,254). Sum of RGB (Red+Green+Blue) = 17+44+254=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 254 (99.61% from 255 or 80.63% from 315); Max value from RGB is 254 - color contains mainly: blue. Hex color #112CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112CFE is #EED301. Grayscale: #3B3B3B. Windows color (decimal): -15651586 or 16657425. OLE color: 16657425.
HSL color Cylindrical-coordinate representation of color #112CFE: hue angle of 233.16º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #112CFE is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 44 | 254 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.00 |
| HSL | 233.16º | 0.99% | 0.53% | - |
| HSV(B) | 233.16º | 0.93% | 1% | - |
| XYZ | 19.02 | 9.08 | 94.52 | - |
| YUV | 59.87 | 237.55 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 254 | 0.93 | 0.83 | 0 | 0.00 | 233.16 | 0.99 | 0.53 |
| Hex | 11 | 2C | FE | 5D | 53 | 0 | 0 | E9 | 63 | 35 |
| Octal | 21 | 54 | 376 | 135 | 123 | 0 | 0 | 351 | 143 | 65 |
| Binary | 10001 | 101100 | 11111110 | 1011101 | 1010011 | 0 | 0 | 11101001 | 1100011 | 110101 |
Color Harmonies of #112CFE
Complementary color
Monochromatic Colors of #112CFE
Black with #112CFE
Text Example
Text Example
White with #112CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112CFE; }
p { color: rgb(17,44,254); }
H1.HeaderClassName
{
color: #112CFE;
}
.AnyTagClassName
{
color: #112CFE;
}
</style>
background-color css
<style>
a { background-color: #112CFE; }
a { background-color: rgb(17,44,254); }
div.DivClassName
{
background-color: #112CFE;
}
.BgClassName
{
background-color: #112CFE;
}
</style>
border-color css
<style>
span { border-color: #112CFE; }
span { border-color: rgb(17,44,254); }
td.TdClassName
{
border-color: #112CFE;
}
.TagClassName
{
border-color: #112CFE;
}
</style>