Shades of Blue #110CFF
Tints of Blue #110CFF
RGB
CMYK
RGB Variations
Color information
#110CFF (or 0x110CFF) is known color: Blue. HEX triplet: 11, 0C and FF. RGB value is (17,12,255). Sum of RGB (Red+Green+Blue) = 17+12+255=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 255 (100% from 255 or 89.79% from 284); Max value from RGB is 255 - color contains mainly: blue. Hex color #110CFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110CFF is #EEF300. Grayscale: #282828. Windows color (decimal): -15659777 or 16714769. OLE color: 16714769.
HSL color Cylindrical-coordinate representation of color #110CFF: hue angle of 241.23º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110CFF is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 12 | 255 | - |
| CMYK | 0.93 | 0.95 | 0 | 0 |
| HSL | 241.23º | 1% | 0.52% | - |
| HSV(B) | 241.23º | 0.95% | 1% | - |
| XYZ | 18.41 | 7.6 | 95.1 | - |
| YUV | 41.2 | 248.66 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 255 | 0.93 | 0.95 | 0 | 0 | 241.23 | 1 | 0.52 |
| Hex | 11 | C | FF | 5D | 5F | 0 | 0 | F1 | 64 | 34 |
| Octal | 21 | 14 | 377 | 135 | 137 | 0 | 0 | 361 | 144 | 64 |
| Binary | 10001 | 1100 | 11111111 | 1011101 | 1011111 | 0 | 0 | 11110001 | 1100100 | 110100 |
Color Harmonies of #110CFF
Complementary color
Monochromatic Colors of #110CFF
Black with #110CFF
Text Example
Text Example
White with #110CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110CFF; }
p { color: rgb(17,12,255); }
H1.HeaderClassName
{
color: #110CFF;
}
.AnyTagClassName
{
color: #110CFF;
}
</style>
background-color css
<style>
a { background-color: #110CFF; }
a { background-color: rgb(17,12,255); }
div.DivClassName
{
background-color: #110CFF;
}
.BgClassName
{
background-color: #110CFF;
}
</style>
border-color css
<style>
span { border-color: #110CFF; }
span { border-color: rgb(17,12,255); }
td.TdClassName
{
border-color: #110CFF;
}
.TagClassName
{
border-color: #110CFF;
}
</style>