Shades of Blue #110AFB
Tints of Blue #110AFB
RGB
CMYK
RGB Variations
Color information
#110AFB (or 0x110AFB) is known color: Blue. HEX triplet: 11, 0A and FB. RGB value is (17,10,251). Sum of RGB (Red+Green+Blue) = 17+10+251=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 251 (98.44% from 255 or 90.29% from 278); Max value from RGB is 251 - color contains mainly: blue. Hex color #110AFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110AFB is #EEF504. Grayscale: #262626. Windows color (decimal): -15660293 or 16452113. OLE color: 16452113.
HSL color Cylindrical-coordinate representation of color #110AFB: hue angle of 241.74º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #110AFB is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 10 | 251 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.02 |
| HSL | 241.74º | 0.97% | 0.51% | - |
| HSV(B) | 241.74º | 0.96% | 0.98% | - |
| XYZ | 17.75 | 7.3 | 91.74 | - |
| YUV | 39.57 | 247.32 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 251 | 0.93 | 0.96 | 0 | 0.02 | 241.74 | 0.97 | 0.51 |
| Hex | 11 | A | FB | 5D | 60 | 0 | 2 | F2 | 61 | 33 |
| Octal | 21 | 12 | 373 | 135 | 140 | 0 | 2 | 362 | 141 | 63 |
| Binary | 10001 | 1010 | 11111011 | 1011101 | 1100000 | 0 | 10 | 11110010 | 1100001 | 110011 |
Color Harmonies of #110AFB
Complementary color
Monochromatic Colors of #110AFB
Black with #110AFB
Text Example
Text Example
White with #110AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110AFB; }
p { color: rgb(17,10,251); }
H1.HeaderClassName
{
color: #110AFB;
}
.AnyTagClassName
{
color: #110AFB;
}
</style>
background-color css
<style>
a { background-color: #110AFB; }
a { background-color: rgb(17,10,251); }
div.DivClassName
{
background-color: #110AFB;
}
.BgClassName
{
background-color: #110AFB;
}
</style>
border-color css
<style>
span { border-color: #110AFB; }
span { border-color: rgb(17,10,251); }
td.TdClassName
{
border-color: #110AFB;
}
.TagClassName
{
border-color: #110AFB;
}
</style>