Shades of Blue #110DFE
Tints of Blue #110DFE
RGB
CMYK
RGB Variations
Color information
#110DFE (or 0x110DFE) is known color: Blue. HEX triplet: 11, 0D and FE. RGB value is (17,13,254). Sum of RGB (Red+Green+Blue) = 17+13+254=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 254 (99.61% from 255 or 89.44% from 284); Max value from RGB is 254 - color contains mainly: blue. Hex color #110DFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110DFE is #EEF201. Grayscale: #282828. Windows color (decimal): -15659522 or 16649489. OLE color: 16649489.
HSL color Cylindrical-coordinate representation of color #110DFE: hue angle of 241º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110DFE is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 13 | 254 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.00 |
| HSL | 241º | 0.99% | 0.52% | - |
| HSV(B) | 241º | 0.95% | 1% | - |
| XYZ | 18.26 | 7.56 | 94.26 | - |
| YUV | 41.67 | 247.83 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 254 | 0.93 | 0.95 | 0 | 0.00 | 241 | 0.99 | 0.52 |
| Hex | 11 | D | FE | 5D | 5F | 0 | 0 | F1 | 63 | 34 |
| Octal | 21 | 15 | 376 | 135 | 137 | 0 | 0 | 361 | 143 | 64 |
| Binary | 10001 | 1101 | 11111110 | 1011101 | 1011111 | 0 | 0 | 11110001 | 1100011 | 110100 |
Color Harmonies of #110DFE
Complementary color
Monochromatic Colors of #110DFE
Black with #110DFE
Text Example
Text Example
White with #110DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110DFE; }
p { color: rgb(17,13,254); }
H1.HeaderClassName
{
color: #110DFE;
}
.AnyTagClassName
{
color: #110DFE;
}
</style>
background-color css
<style>
a { background-color: #110DFE; }
a { background-color: rgb(17,13,254); }
div.DivClassName
{
background-color: #110DFE;
}
.BgClassName
{
background-color: #110DFE;
}
</style>
border-color css
<style>
span { border-color: #110DFE; }
span { border-color: rgb(17,13,254); }
td.TdClassName
{
border-color: #110DFE;
}
.TagClassName
{
border-color: #110DFE;
}
</style>