Shades of Blue #111FFB
Tints of Blue #111FFB
RGB
CMYK
RGB Variations
Color information
#111FFB (or 0x111FFB) is known color: Blue. HEX triplet: 11, 1F and FB. RGB value is (17,31,251). Sum of RGB (Red+Green+Blue) = 17+31+251=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 251 (98.44% from 255 or 83.95% from 299); Max value from RGB is 251 - color contains mainly: blue. Hex color #111FFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #111FFB is #EEE004. Grayscale: #333333. Windows color (decimal): -15654917 or 16457489. OLE color: 16457489.
HSL color Cylindrical-coordinate representation of color #111FFB: hue angle of 236.41º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #111FFB is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 31 | 251 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.02 |
| HSL | 236.41º | 0.97% | 0.53% | - |
| HSV(B) | 236.41º | 0.93% | 0.98% | - |
| XYZ | 18.13 | 8.06 | 91.87 | - |
| YUV | 51.89 | 240.36 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 251 | 0.93 | 0.88 | 0 | 0.02 | 236.41 | 0.97 | 0.53 |
| Hex | 11 | 1F | FB | 5D | 58 | 0 | 2 | EC | 61 | 35 |
| Octal | 21 | 37 | 373 | 135 | 130 | 0 | 2 | 354 | 141 | 65 |
| Binary | 10001 | 11111 | 11111011 | 1011101 | 1011000 | 0 | 10 | 11101100 | 1100001 | 110101 |
Color Harmonies of #111FFB
Complementary color
Monochromatic Colors of #111FFB
Black with #111FFB
Text Example
Text Example
White with #111FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111FFB; }
p { color: rgb(17,31,251); }
H1.HeaderClassName
{
color: #111FFB;
}
.AnyTagClassName
{
color: #111FFB;
}
</style>
background-color css
<style>
a { background-color: #111FFB; }
a { background-color: rgb(17,31,251); }
div.DivClassName
{
background-color: #111FFB;
}
.BgClassName
{
background-color: #111FFB;
}
</style>
border-color css
<style>
span { border-color: #111FFB; }
span { border-color: rgb(17,31,251); }
td.TdClassName
{
border-color: #111FFB;
}
.TagClassName
{
border-color: #111FFB;
}
</style>