Shades of Blue #110BF8
Tints of Blue #110BF8
RGB
CMYK
RGB Variations
Color information
#110BF8 (or 0x110BF8) is known color: Blue. HEX triplet: 11, 0B and F8. RGB value is (17,11,248). Sum of RGB (Red+Green+Blue) = 17+11+248=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 248 (97.27% from 255 or 89.86% from 276); Max value from RGB is 248 - color contains mainly: blue. Hex color #110BF8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110BF8 is #EEF407. Grayscale: #262626. Windows color (decimal): -15660040 or 16255761. OLE color: 16255761.
HSL color Cylindrical-coordinate representation of color #110BF8: hue angle of 241.52º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #110BF8 is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 11 | 248 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.03 |
| HSL | 241.52º | 0.94% | 0.51% | - |
| HSV(B) | 241.52º | 0.96% | 0.97% | - |
| XYZ | 17.29 | 7.14 | 89.27 | - |
| YUV | 39.81 | 245.49 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 248 | 0.93 | 0.96 | 0 | 0.03 | 241.52 | 0.94 | 0.51 |
| Hex | 11 | B | F8 | 5D | 60 | 0 | 3 | F2 | 5E | 33 |
| Octal | 21 | 13 | 370 | 135 | 140 | 0 | 3 | 362 | 136 | 63 |
| Binary | 10001 | 1011 | 11111000 | 1011101 | 1100000 | 0 | 11 | 11110010 | 1011110 | 110011 |
Color Harmonies of #110BF8
Complementary color
Monochromatic Colors of #110BF8
Black with #110BF8
Text Example
Text Example
White with #110BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110BF8; }
p { color: rgb(17,11,248); }
H1.HeaderClassName
{
color: #110BF8;
}
.AnyTagClassName
{
color: #110BF8;
}
</style>
background-color css
<style>
a { background-color: #110BF8; }
a { background-color: rgb(17,11,248); }
div.DivClassName
{
background-color: #110BF8;
}
.BgClassName
{
background-color: #110BF8;
}
</style>
border-color css
<style>
span { border-color: #110BF8; }
span { border-color: rgb(17,11,248); }
td.TdClassName
{
border-color: #110BF8;
}
.TagClassName
{
border-color: #110BF8;
}
</style>