Shades of Blue #1110FD
Tints of Blue #1110FD
RGB
CMYK
RGB Variations
Color information
#1110FD (or 0x1110FD) is known color: Blue. HEX triplet: 11, 10 and FD. RGB value is (17,16,253). Sum of RGB (Red+Green+Blue) = 17+16+253=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 253 (99.22% from 255 or 88.46% from 286); Max value from RGB is 253 - color contains mainly: blue. Hex color #1110FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1110FD is #EEEF02. Grayscale: #2A2A2A. Windows color (decimal): -15658755 or 16584721. OLE color: 16584721.
HSL color Cylindrical-coordinate representation of color #1110FD: hue angle of 240.25º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1110FD is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 16 | 253 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.01 |
| HSL | 240.25º | 0.98% | 0.53% | - |
| HSV(B) | 240.25º | 0.94% | 0.99% | - |
| XYZ | 18.15 | 7.58 | 93.44 | - |
| YUV | 43.32 | 246.33 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 16 | 253 | 0.93 | 0.94 | 0 | 0.01 | 240.25 | 0.98 | 0.53 |
| Hex | 11 | 10 | FD | 5D | 5E | 0 | 1 | F0 | 62 | 35 |
| Octal | 21 | 20 | 375 | 135 | 136 | 0 | 1 | 360 | 142 | 65 |
| Binary | 10001 | 10000 | 11111101 | 1011101 | 1011110 | 0 | 1 | 11110000 | 1100010 | 110101 |
Color Harmonies of #1110FD
Complementary color
Monochromatic Colors of #1110FD
Black with #1110FD
Text Example
Text Example
White with #1110FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1110FD; }
p { color: rgb(17,16,253); }
H1.HeaderClassName
{
color: #1110FD;
}
.AnyTagClassName
{
color: #1110FD;
}
</style>
background-color css
<style>
a { background-color: #1110FD; }
a { background-color: rgb(17,16,253); }
div.DivClassName
{
background-color: #1110FD;
}
.BgClassName
{
background-color: #1110FD;
}
</style>
border-color css
<style>
span { border-color: #1110FD; }
span { border-color: rgb(17,16,253); }
td.TdClassName
{
border-color: #1110FD;
}
.TagClassName
{
border-color: #1110FD;
}
</style>