Shades of Blue #110CFB
Tints of Blue #110CFB
RGB
CMYK
RGB Variations
Color information
#110CFB (or 0x110CFB) is known color: Blue. HEX triplet: 11, 0C and FB. RGB value is (17,12,251). Sum of RGB (Red+Green+Blue) = 17+12+251=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 251 (98.44% from 255 or 89.64% from 280); Max value from RGB is 251 - color contains mainly: blue. Hex color #110CFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110CFB is #EEF304. Grayscale: #272727. Windows color (decimal): -15659781 or 16452625. OLE color: 16452625.
HSL color Cylindrical-coordinate representation of color #110CFB: hue angle of 241.26º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110CFB is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 12 | 251 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.02 |
| HSL | 241.26º | 0.97% | 0.52% | - |
| HSV(B) | 241.26º | 0.95% | 0.98% | - |
| XYZ | 17.78 | 7.35 | 91.75 | - |
| YUV | 40.74 | 246.66 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 251 | 0.93 | 0.95 | 0 | 0.02 | 241.26 | 0.97 | 0.52 |
| Hex | 11 | C | FB | 5D | 5F | 0 | 2 | F1 | 61 | 34 |
| Octal | 21 | 14 | 373 | 135 | 137 | 0 | 2 | 361 | 141 | 64 |
| Binary | 10001 | 1100 | 11111011 | 1011101 | 1011111 | 0 | 10 | 11110001 | 1100001 | 110100 |
Color Harmonies of #110CFB
Complementary color
Monochromatic Colors of #110CFB
Black with #110CFB
Text Example
Text Example
White with #110CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110CFB; }
p { color: rgb(17,12,251); }
H1.HeaderClassName
{
color: #110CFB;
}
.AnyTagClassName
{
color: #110CFB;
}
</style>
background-color css
<style>
a { background-color: #110CFB; }
a { background-color: rgb(17,12,251); }
div.DivClassName
{
background-color: #110CFB;
}
.BgClassName
{
background-color: #110CFB;
}
</style>
border-color css
<style>
span { border-color: #110CFB; }
span { border-color: rgb(17,12,251); }
td.TdClassName
{
border-color: #110CFB;
}
.TagClassName
{
border-color: #110CFB;
}
</style>