Shades of Blue #1101FB
Tints of Blue #1101FB
RGB
CMYK
RGB Variations
Color information
#1101FB (or 0x1101FB) is known color: Blue. HEX triplet: 11, 01 and FB. RGB value is (17,1,251). Sum of RGB (Red+Green+Blue) = 17+1+251=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 251 (98.44% from 255 or 93.31% from 269); Max value from RGB is 251 - color contains mainly: blue. Hex color #1101FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1101FB is #EEFE04. Grayscale: #212121. Windows color (decimal): -15662597 or 16449809. OLE color: 16449809.
HSL color Cylindrical-coordinate representation of color #1101FB: hue angle of 243.84º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1101FB is Cyan = 0.93, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 1 | 251 | - |
| CMYK | 0.93 | 1.00 | 0 | 0.02 |
| HSL | 243.84º | 0.99% | 0.49% | - |
| HSV(B) | 243.84º | 1% | 0.98% | - |
| XYZ | 17.65 | 7.11 | 91.71 | - |
| YUV | 34.28 | 250.3 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 251 | 0.93 | 1.00 | 0 | 0.02 | 243.84 | 0.99 | 0.49 |
| Hex | 11 | 1 | FB | 5D | 64 | 0 | 2 | F4 | 63 | 31 |
| Octal | 21 | 1 | 373 | 135 | 144 | 0 | 2 | 364 | 143 | 61 |
| Binary | 10001 | 1 | 11111011 | 1011101 | 1100100 | 0 | 10 | 11110100 | 1100011 | 110001 |
Color Harmonies of #1101FB
Complementary color
Monochromatic Colors of #1101FB
Black with #1101FB
Text Example
Text Example
White with #1101FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1101FB; }
p { color: rgb(17,1,251); }
H1.HeaderClassName
{
color: #1101FB;
}
.AnyTagClassName
{
color: #1101FB;
}
</style>
background-color css
<style>
a { background-color: #1101FB; }
a { background-color: rgb(17,1,251); }
div.DivClassName
{
background-color: #1101FB;
}
.BgClassName
{
background-color: #1101FB;
}
</style>
border-color css
<style>
span { border-color: #1101FB; }
span { border-color: rgb(17,1,251); }
td.TdClassName
{
border-color: #1101FB;
}
.TagClassName
{
border-color: #1101FB;
}
</style>