Shades of Blue #1017FE
Tints of Blue #1017FE
RGB
CMYK
RGB Variations
Color information
#1017FE (or 0x1017FE) is known color: Blue. HEX triplet: 10, 17 and FE. RGB value is (16,23,254). Sum of RGB (Red+Green+Blue) = 16+23+254=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 254 (99.61% from 255 or 86.69% from 293); Max value from RGB is 254 - color contains mainly: blue. Hex color #1017FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1017FE is #EFE801. Grayscale: #2E2E2E. Windows color (decimal): -15722498 or 16652048. OLE color: 16652048.
HSL color Cylindrical-coordinate representation of color #1017FE: hue angle of 238.24º 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 #1017FE is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 23 | 254 | - |
| CMYK | 0.94 | 0.91 | 0 | 0.00 |
| HSL | 238.24º | 0.99% | 0.53% | - |
| HSV(B) | 238.24º | 0.94% | 1% | - |
| XYZ | 18.41 | 7.88 | 94.32 | - |
| YUV | 47.24 | 244.68 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 23 | 254 | 0.94 | 0.91 | 0 | 0.00 | 238.24 | 0.99 | 0.53 |
| Hex | 10 | 17 | FE | 5E | 5B | 0 | 0 | EE | 63 | 35 |
| Octal | 20 | 27 | 376 | 136 | 133 | 0 | 0 | 356 | 143 | 65 |
| Binary | 10000 | 10111 | 11111110 | 1011110 | 1011011 | 0 | 0 | 11101110 | 1100011 | 110101 |
Color Harmonies of #1017FE
Complementary color
Monochromatic Colors of #1017FE
Black with #1017FE
Text Example
Text Example
White with #1017FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1017FE; }
p { color: rgb(16,23,254); }
H1.HeaderClassName
{
color: #1017FE;
}
.AnyTagClassName
{
color: #1017FE;
}
</style>
background-color css
<style>
a { background-color: #1017FE; }
a { background-color: rgb(16,23,254); }
div.DivClassName
{
background-color: #1017FE;
}
.BgClassName
{
background-color: #1017FE;
}
</style>
border-color css
<style>
span { border-color: #1017FE; }
span { border-color: rgb(16,23,254); }
td.TdClassName
{
border-color: #1017FE;
}
.TagClassName
{
border-color: #1017FE;
}
</style>