Shades of Blue #110EFD
Tints of Blue #110EFD
RGB
CMYK
RGB Variations
Color information
#110EFD (or 0x110EFD) is known color: Blue. HEX triplet: 11, 0E and FD. RGB value is (17,14,253). Sum of RGB (Red+Green+Blue) = 17+14+253=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 253 (99.22% from 255 or 89.08% from 284); Max value from RGB is 253 - color contains mainly: blue. Hex color #110EFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110EFD is #EEF102. Grayscale: #292929. Windows color (decimal): -15659267 or 16584209. OLE color: 16584209.
HSL color Cylindrical-coordinate representation of color #110EFD: hue angle of 240.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110EFD is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 14 | 253 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.01 |
| HSL | 240.75º | 0.98% | 0.52% | - |
| HSV(B) | 240.75º | 0.94% | 0.99% | - |
| XYZ | 18.12 | 7.53 | 93.43 | - |
| YUV | 42.14 | 246.99 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 253 | 0.93 | 0.94 | 0 | 0.01 | 240.75 | 0.98 | 0.52 |
| Hex | 11 | E | FD | 5D | 5E | 0 | 1 | F1 | 62 | 34 |
| Octal | 21 | 16 | 375 | 135 | 136 | 0 | 1 | 361 | 142 | 64 |
| Binary | 10001 | 1110 | 11111101 | 1011101 | 1011110 | 0 | 1 | 11110001 | 1100010 | 110100 |
Color Harmonies of #110EFD
Complementary color
Monochromatic Colors of #110EFD
Black with #110EFD
Text Example
Text Example
White with #110EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110EFD; }
p { color: rgb(17,14,253); }
H1.HeaderClassName
{
color: #110EFD;
}
.AnyTagClassName
{
color: #110EFD;
}
</style>
background-color css
<style>
a { background-color: #110EFD; }
a { background-color: rgb(17,14,253); }
div.DivClassName
{
background-color: #110EFD;
}
.BgClassName
{
background-color: #110EFD;
}
</style>
border-color css
<style>
span { border-color: #110EFD; }
span { border-color: rgb(17,14,253); }
td.TdClassName
{
border-color: #110EFD;
}
.TagClassName
{
border-color: #110EFD;
}
</style>