Shades of Blue #1016F8
Tints of Blue #1016F8
RGB
CMYK
RGB Variations
Color information
#1016F8 (or 0x1016F8) is known color: Blue. HEX triplet: 10, 16 and F8. RGB value is (16,22,248). Sum of RGB (Red+Green+Blue) = 16+22+248=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 248 (97.27% from 255 or 86.71% from 286); Max value from RGB is 248 - color contains mainly: blue. Hex color #1016F8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1016F8 is #EFE907. Grayscale: #2D2D2D. Windows color (decimal): -15722760 or 16258576. OLE color: 16258576.
HSL color Cylindrical-coordinate representation of color #1016F8: hue angle of 238.45º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1016F8 is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 22 | 248 | - |
| CMYK | 0.94 | 0.91 | 0 | 0.03 |
| HSL | 238.45º | 0.94% | 0.52% | - |
| HSV(B) | 238.45º | 0.94% | 0.97% | - |
| XYZ | 17.44 | 7.46 | 89.33 | - |
| YUV | 45.97 | 242.01 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 248 | 0.94 | 0.91 | 0 | 0.03 | 238.45 | 0.94 | 0.52 |
| Hex | 10 | 16 | F8 | 5E | 5B | 0 | 3 | EE | 5E | 34 |
| Octal | 20 | 26 | 370 | 136 | 133 | 0 | 3 | 356 | 136 | 64 |
| Binary | 10000 | 10110 | 11111000 | 1011110 | 1011011 | 0 | 11 | 11101110 | 1011110 | 110100 |
Color Harmonies of #1016F8
Complementary color
Monochromatic Colors of #1016F8
Black with #1016F8
Text Example
Text Example
White with #1016F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1016F8; }
p { color: rgb(16,22,248); }
H1.HeaderClassName
{
color: #1016F8;
}
.AnyTagClassName
{
color: #1016F8;
}
</style>
background-color css
<style>
a { background-color: #1016F8; }
a { background-color: rgb(16,22,248); }
div.DivClassName
{
background-color: #1016F8;
}
.BgClassName
{
background-color: #1016F8;
}
</style>
border-color css
<style>
span { border-color: #1016F8; }
span { border-color: rgb(16,22,248); }
td.TdClassName
{
border-color: #1016F8;
}
.TagClassName
{
border-color: #1016F8;
}
</style>