Shades of Blue #111BFF
Tints of Blue #111BFF
RGB
CMYK
RGB Variations
Color information
#111BFF (or 0x111BFF) is known color: Blue. HEX triplet: 11, 1B and FF. RGB value is (17,27,255). Sum of RGB (Red+Green+Blue) = 17+27+255=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 255 (100% from 255 or 85.28% from 299); Max value from RGB is 255 - color contains mainly: blue. Hex color #111BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #111BFF is #EEE400. Grayscale: #313131. Windows color (decimal): -15655937 or 16718609. OLE color: 16718609.
HSL color Cylindrical-coordinate representation of color #111BFF: hue angle of 237.48º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #111BFF is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 27 | 255 | - |
| CMYK | 0.93 | 0.89 | 0 | 0 |
| HSL | 237.48º | 1% | 0.53% | - |
| HSV(B) | 237.48º | 0.93% | 1% | - |
| XYZ | 18.67 | 8.12 | 95.19 | - |
| YUV | 50 | 243.69 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 255 | 0.93 | 0.89 | 0 | 0 | 237.48 | 1 | 0.53 |
| Hex | 11 | 1B | FF | 5D | 59 | 0 | 0 | ED | 64 | 35 |
| Octal | 21 | 33 | 377 | 135 | 131 | 0 | 0 | 355 | 144 | 65 |
| Binary | 10001 | 11011 | 11111111 | 1011101 | 1011001 | 0 | 0 | 11101101 | 1100100 | 110101 |
Color Harmonies of #111BFF
Complementary color
Monochromatic Colors of #111BFF
Black with #111BFF
Text Example
Text Example
White with #111BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111BFF; }
p { color: rgb(17,27,255); }
H1.HeaderClassName
{
color: #111BFF;
}
.AnyTagClassName
{
color: #111BFF;
}
</style>
background-color css
<style>
a { background-color: #111BFF; }
a { background-color: rgb(17,27,255); }
div.DivClassName
{
background-color: #111BFF;
}
.BgClassName
{
background-color: #111BFF;
}
</style>
border-color css
<style>
span { border-color: #111BFF; }
span { border-color: rgb(17,27,255); }
td.TdClassName
{
border-color: #111BFF;
}
.TagClassName
{
border-color: #111BFF;
}
</style>