Shades of Blue #112DFA
Tints of Blue #112DFA
RGB
CMYK
RGB Variations
Color information
#112DFA (or 0x112DFA) is known color: Blue. HEX triplet: 11, 2D and FA. RGB value is (17,45,250). Sum of RGB (Red+Green+Blue) = 17+45+250=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 250 (98.05% from 255 or 80.13% from 312); Max value from RGB is 250 - color contains mainly: blue. Hex color #112DFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112DFA is #EED205. Grayscale: #3B3B3B. Windows color (decimal): -15651334 or 16395537. OLE color: 16395537.
HSL color Cylindrical-coordinate representation of color #112DFA: hue angle of 232.79º 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 #112DFA is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 45 | 250 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.02 |
| HSL | 232.79º | 0.96% | 0.52% | - |
| HSV(B) | 232.79º | 0.93% | 0.98% | - |
| XYZ | 18.42 | 8.9 | 91.19 | - |
| YUV | 60 | 235.22 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 250 | 0.93 | 0.82 | 0 | 0.02 | 232.79 | 0.96 | 0.52 |
| Hex | 11 | 2D | FA | 5D | 52 | 0 | 2 | E9 | 60 | 34 |
| Octal | 21 | 55 | 372 | 135 | 122 | 0 | 2 | 351 | 140 | 64 |
| Binary | 10001 | 101101 | 11111010 | 1011101 | 1010010 | 0 | 10 | 11101001 | 1100000 | 110100 |
Color Harmonies of #112DFA
Complementary color
Monochromatic Colors of #112DFA
Black with #112DFA
Text Example
Text Example
White with #112DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112DFA; }
p { color: rgb(17,45,250); }
H1.HeaderClassName
{
color: #112DFA;
}
.AnyTagClassName
{
color: #112DFA;
}
</style>
background-color css
<style>
a { background-color: #112DFA; }
a { background-color: rgb(17,45,250); }
div.DivClassName
{
background-color: #112DFA;
}
.BgClassName
{
background-color: #112DFA;
}
</style>
border-color css
<style>
span { border-color: #112DFA; }
span { border-color: rgb(17,45,250); }
td.TdClassName
{
border-color: #112DFA;
}
.TagClassName
{
border-color: #112DFA;
}
</style>