Shades of Blue #112FFA
Tints of Blue #112FFA
RGB
CMYK
RGB Variations
Color information
#112FFA (or 0x112FFA) is known color: Blue. HEX triplet: 11, 2F and FA. RGB value is (17,47,250). Sum of RGB (Red+Green+Blue) = 17+47+250=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 250 (98.05% from 255 or 79.62% from 314); Max value from RGB is 250 - color contains mainly: blue. Hex color #112FFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112FFA is #EED005. Grayscale: #3C3C3C. Windows color (decimal): -15650822 or 16396049. OLE color: 16396049.
HSL color Cylindrical-coordinate representation of color #112FFA: hue angle of 232.27º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #112FFA is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 47 | 250 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.02 |
| HSL | 232.27º | 0.96% | 0.52% | - |
| HSV(B) | 232.27º | 0.93% | 0.98% | - |
| XYZ | 18.5 | 9.05 | 91.21 | - |
| YUV | 61.17 | 234.56 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 250 | 0.93 | 0.81 | 0 | 0.02 | 232.27 | 0.96 | 0.52 |
| Hex | 11 | 2F | FA | 5D | 51 | 0 | 2 | E8 | 60 | 34 |
| Octal | 21 | 57 | 372 | 135 | 121 | 0 | 2 | 350 | 140 | 64 |
| Binary | 10001 | 101111 | 11111010 | 1011101 | 1010001 | 0 | 10 | 11101000 | 1100000 | 110100 |
Color Harmonies of #112FFA
Complementary color
Monochromatic Colors of #112FFA
Black with #112FFA
Text Example
Text Example
White with #112FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112FFA; }
p { color: rgb(17,47,250); }
H1.HeaderClassName
{
color: #112FFA;
}
.AnyTagClassName
{
color: #112FFA;
}
</style>
background-color css
<style>
a { background-color: #112FFA; }
a { background-color: rgb(17,47,250); }
div.DivClassName
{
background-color: #112FFA;
}
.BgClassName
{
background-color: #112FFA;
}
</style>
border-color css
<style>
span { border-color: #112FFA; }
span { border-color: rgb(17,47,250); }
td.TdClassName
{
border-color: #112FFA;
}
.TagClassName
{
border-color: #112FFA;
}
</style>