Shades of Blue #1011FD
Tints of Blue #1011FD
RGB
CMYK
RGB Variations
Color information
#1011FD (or 0x1011FD) is known color: Blue. HEX triplet: 10, 11 and FD. RGB value is (16,17,253). Sum of RGB (Red+Green+Blue) = 16+17+253=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 17 (7.03% from 255 or 5.94% 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 #1011FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1011FD is #EFEE02. Grayscale: #2A2A2A. Windows color (decimal): -15724035 or 16584976. OLE color: 16584976.
HSL color Cylindrical-coordinate representation of color #1011FD: hue angle of 239.75º 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 #1011FD is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 17 | 253 | - |
| CMYK | 0.94 | 0.93 | 0 | 0.01 |
| HSL | 239.75º | 0.98% | 0.53% | - |
| HSV(B) | 239.75º | 0.94% | 0.99% | - |
| XYZ | 18.14 | 7.6 | 93.44 | - |
| YUV | 43.61 | 246.17 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 253 | 0.94 | 0.93 | 0 | 0.01 | 239.75 | 0.98 | 0.53 |
| Hex | 10 | 11 | FD | 5E | 5D | 0 | 1 | F0 | 62 | 35 |
| Octal | 20 | 21 | 375 | 136 | 135 | 0 | 1 | 360 | 142 | 65 |
| Binary | 10000 | 10001 | 11111101 | 1011110 | 1011101 | 0 | 1 | 11110000 | 1100010 | 110101 |
Color Harmonies of #1011FD
Complementary color
Monochromatic Colors of #1011FD
Black with #1011FD
Text Example
Text Example
White with #1011FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1011FD; }
p { color: rgb(16,17,253); }
H1.HeaderClassName
{
color: #1011FD;
}
.AnyTagClassName
{
color: #1011FD;
}
</style>
background-color css
<style>
a { background-color: #1011FD; }
a { background-color: rgb(16,17,253); }
div.DivClassName
{
background-color: #1011FD;
}
.BgClassName
{
background-color: #1011FD;
}
</style>
border-color css
<style>
span { border-color: #1011FD; }
span { border-color: rgb(16,17,253); }
td.TdClassName
{
border-color: #1011FD;
}
.TagClassName
{
border-color: #1011FD;
}
</style>