Shades of Blue #111BF3
Tints of Blue #111BF3
RGB
CMYK
RGB Variations
Color information
#111BF3 (or 0x111BF3) is known color: Blue. HEX triplet: 11, 1B and F3. RGB value is (17,27,243). Sum of RGB (Red+Green+Blue) = 17+27+243=287 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.92% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 243 (95.31% from 255 or 84.67% from 287); Max value from RGB is 243 - color contains mainly: blue. Hex color #111BF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #111BF3 is #EEE40C. Grayscale: #2F2F2F. Windows color (decimal): -15655949 or 15932177. OLE color: 15932177.
HSL color Cylindrical-coordinate representation of color #111BF3: hue angle of 237.35º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #111BF3 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 27 | 243 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.05 |
| HSL | 237.35º | 0.9% | 0.51% | - |
| HSV(B) | 237.35º | 0.93% | 0.95% | - |
| XYZ | 16.8 | 7.37 | 85.33 | - |
| YUV | 48.63 | 237.69 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 243 | 0.93 | 0.89 | 0 | 0.05 | 237.35 | 0.9 | 0.51 |
| Hex | 11 | 1B | F3 | 5D | 59 | 0 | 5 | ED | 5A | 33 |
| Octal | 21 | 33 | 363 | 135 | 131 | 0 | 5 | 355 | 132 | 63 |
| Binary | 10001 | 11011 | 11110011 | 1011101 | 1011001 | 0 | 101 | 11101101 | 1011010 | 110011 |
Color Harmonies of #111BF3
Complementary color
Monochromatic Colors of #111BF3
Black with #111BF3
Text Example
Text Example
White with #111BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111BF3; }
p { color: rgb(17,27,243); }
H1.HeaderClassName
{
color: #111BF3;
}
.AnyTagClassName
{
color: #111BF3;
}
</style>
background-color css
<style>
a { background-color: #111BF3; }
a { background-color: rgb(17,27,243); }
div.DivClassName
{
background-color: #111BF3;
}
.BgClassName
{
background-color: #111BF3;
}
</style>
border-color css
<style>
span { border-color: #111BF3; }
span { border-color: rgb(17,27,243); }
td.TdClassName
{
border-color: #111BF3;
}
.TagClassName
{
border-color: #111BF3;
}
</style>