Shades of Blue #111DFA
Tints of Blue #111DFA
RGB
CMYK
RGB Variations
Color information
#111DFA (or 0x111DFA) is known color: Blue. HEX triplet: 11, 1D and FA. RGB value is (17,29,250). Sum of RGB (Red+Green+Blue) = 17+29+250=296 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.74% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 250 (98.05% from 255 or 84.46% from 296); Max value from RGB is 250 - color contains mainly: blue. Hex color #111DFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #111DFA is #EEE205. Grayscale: #313131. Windows color (decimal): -15655430 or 16391441. OLE color: 16391441.
HSL color Cylindrical-coordinate representation of color #111DFA: hue angle of 236.91º 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 #111DFA is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 29 | 250 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.02 |
| HSL | 236.91º | 0.96% | 0.52% | - |
| HSV(B) | 236.91º | 0.93% | 0.98% | - |
| XYZ | 17.93 | 7.9 | 91.02 | - |
| YUV | 50.61 | 240.52 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 250 | 0.93 | 0.88 | 0 | 0.02 | 236.91 | 0.96 | 0.52 |
| Hex | 11 | 1D | FA | 5D | 58 | 0 | 2 | ED | 60 | 34 |
| Octal | 21 | 35 | 372 | 135 | 130 | 0 | 2 | 355 | 140 | 64 |
| Binary | 10001 | 11101 | 11111010 | 1011101 | 1011000 | 0 | 10 | 11101101 | 1100000 | 110100 |
Color Harmonies of #111DFA
Complementary color
Monochromatic Colors of #111DFA
Black with #111DFA
Text Example
Text Example
White with #111DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111DFA; }
p { color: rgb(17,29,250); }
H1.HeaderClassName
{
color: #111DFA;
}
.AnyTagClassName
{
color: #111DFA;
}
</style>
background-color css
<style>
a { background-color: #111DFA; }
a { background-color: rgb(17,29,250); }
div.DivClassName
{
background-color: #111DFA;
}
.BgClassName
{
background-color: #111DFA;
}
</style>
border-color css
<style>
span { border-color: #111DFA; }
span { border-color: rgb(17,29,250); }
td.TdClassName
{
border-color: #111DFA;
}
.TagClassName
{
border-color: #111DFA;
}
</style>