Shades of Blue #1017FF
Tints of Blue #1017FF
RGB
CMYK
RGB Variations
Color information
#1017FF (or 0x1017FF) is known color: Blue. HEX triplet: 10, 17 and FF. RGB value is (16,23,255). Sum of RGB (Red+Green+Blue) = 16+23+255=294 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.44% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 255 (100% from 255 or 86.73% from 294); Max value from RGB is 255 - color contains mainly: blue. Hex color #1017FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1017FF is #EFE800. Grayscale: #2E2E2E. Windows color (decimal): -15722497 or 16717584. OLE color: 16717584.
HSL color Cylindrical-coordinate representation of color #1017FF: hue angle of 238.24º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1017FF is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 23 | 255 | - |
| CMYK | 0.94 | 0.91 | 0 | 0 |
| HSL | 238.24º | 1% | 0.53% | - |
| HSV(B) | 238.24º | 0.94% | 1% | - |
| XYZ | 18.57 | 7.94 | 95.16 | - |
| YUV | 47.36 | 245.18 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 23 | 255 | 0.94 | 0.91 | 0 | 0 | 238.24 | 1 | 0.53 |
| Hex | 10 | 17 | FF | 5E | 5B | 0 | 0 | EE | 64 | 35 |
| Octal | 20 | 27 | 377 | 136 | 133 | 0 | 0 | 356 | 144 | 65 |
| Binary | 10000 | 10111 | 11111111 | 1011110 | 1011011 | 0 | 0 | 11101110 | 1100100 | 110101 |
Color Harmonies of #1017FF
Complementary color
Monochromatic Colors of #1017FF
Black with #1017FF
Text Example
Text Example
White with #1017FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1017FF; }
p { color: rgb(16,23,255); }
H1.HeaderClassName
{
color: #1017FF;
}
.AnyTagClassName
{
color: #1017FF;
}
</style>
background-color css
<style>
a { background-color: #1017FF; }
a { background-color: rgb(16,23,255); }
div.DivClassName
{
background-color: #1017FF;
}
.BgClassName
{
background-color: #1017FF;
}
</style>
border-color css
<style>
span { border-color: #1017FF; }
span { border-color: rgb(16,23,255); }
td.TdClassName
{
border-color: #1017FF;
}
.TagClassName
{
border-color: #1017FF;
}
</style>