Shades of Blue #1016FE
Tints of Blue #1016FE
RGB
CMYK
RGB Variations
Color information
#1016FE (or 0x1016FE) is known color: Blue. HEX triplet: 10, 16 and FE. RGB value is (16,22,254). Sum of RGB (Red+Green+Blue) = 16+22+254=292 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.48% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 254 (99.61% from 255 or 86.99% from 292); Max value from RGB is 254 - color contains mainly: blue. Hex color #1016FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1016FE is #EFE901. Grayscale: #2D2D2D. Windows color (decimal): -15722754 or 16651792. OLE color: 16651792.
HSL color Cylindrical-coordinate representation of color #1016FE: hue angle of 238.49º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1016FE is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 22 | 254 | - |
| CMYK | 0.94 | 0.91 | 0 | 0.00 |
| HSL | 238.49º | 0.99% | 0.53% | - |
| HSV(B) | 238.49º | 0.94% | 1% | - |
| XYZ | 18.39 | 7.84 | 94.31 | - |
| YUV | 46.65 | 245.01 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 254 | 0.94 | 0.91 | 0 | 0.00 | 238.49 | 0.99 | 0.53 |
| Hex | 10 | 16 | FE | 5E | 5B | 0 | 0 | EE | 63 | 35 |
| Octal | 20 | 26 | 376 | 136 | 133 | 0 | 0 | 356 | 143 | 65 |
| Binary | 10000 | 10110 | 11111110 | 1011110 | 1011011 | 0 | 0 | 11101110 | 1100011 | 110101 |
Color Harmonies of #1016FE
Complementary color
Monochromatic Colors of #1016FE
Black with #1016FE
Text Example
Text Example
White with #1016FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1016FE; }
p { color: rgb(16,22,254); }
H1.HeaderClassName
{
color: #1016FE;
}
.AnyTagClassName
{
color: #1016FE;
}
</style>
background-color css
<style>
a { background-color: #1016FE; }
a { background-color: rgb(16,22,254); }
div.DivClassName
{
background-color: #1016FE;
}
.BgClassName
{
background-color: #1016FE;
}
</style>
border-color css
<style>
span { border-color: #1016FE; }
span { border-color: rgb(16,22,254); }
td.TdClassName
{
border-color: #1016FE;
}
.TagClassName
{
border-color: #1016FE;
}
</style>