Shades of Blue #111AFB
Tints of Blue #111AFB
RGB
CMYK
RGB Variations
Color information
#111AFB (or 0x111AFB) is known color: Blue. HEX triplet: 11, 1A and FB. RGB value is (17,26,251). Sum of RGB (Red+Green+Blue) = 17+26+251=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 251 (98.44% from 255 or 85.37% from 294); Max value from RGB is 251 - color contains mainly: blue. Hex color #111AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #111AFB is #EEE504. Grayscale: #303030. Windows color (decimal): -15656197 or 16456209. OLE color: 16456209.
HSL color Cylindrical-coordinate representation of color #111AFB: hue angle of 237.69º 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 #111AFB is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 26 | 251 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.02 |
| HSL | 237.69º | 0.97% | 0.53% | - |
| HSV(B) | 237.69º | 0.93% | 0.98% | - |
| XYZ | 18.01 | 7.82 | 91.83 | - |
| YUV | 48.96 | 242.02 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 251 | 0.93 | 0.90 | 0 | 0.02 | 237.69 | 0.97 | 0.53 |
| Hex | 11 | 1A | FB | 5D | 5A | 0 | 2 | EE | 61 | 35 |
| Octal | 21 | 32 | 373 | 135 | 132 | 0 | 2 | 356 | 141 | 65 |
| Binary | 10001 | 11010 | 11111011 | 1011101 | 1011010 | 0 | 10 | 11101110 | 1100001 | 110101 |
Color Harmonies of #111AFB
Complementary color
Monochromatic Colors of #111AFB
Black with #111AFB
Text Example
Text Example
White with #111AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111AFB; }
p { color: rgb(17,26,251); }
H1.HeaderClassName
{
color: #111AFB;
}
.AnyTagClassName
{
color: #111AFB;
}
</style>
background-color css
<style>
a { background-color: #111AFB; }
a { background-color: rgb(17,26,251); }
div.DivClassName
{
background-color: #111AFB;
}
.BgClassName
{
background-color: #111AFB;
}
</style>
border-color css
<style>
span { border-color: #111AFB; }
span { border-color: rgb(17,26,251); }
td.TdClassName
{
border-color: #111AFB;
}
.TagClassName
{
border-color: #111AFB;
}
</style>