Shades of Blue #1017FD
Tints of Blue #1017FD
RGB
CMYK
RGB Variations
Color information
#1017FD (or 0x1017FD) is known color: Blue. HEX triplet: 10, 17 and FD. RGB value is (16,23,253). Sum of RGB (Red+Green+Blue) = 16+23+253=292 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.48% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 253 (99.22% from 255 or 86.64% from 292); Max value from RGB is 253 - color contains mainly: blue. Hex color #1017FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1017FD is #EFE802. Grayscale: #2E2E2E. Windows color (decimal): -15722499 or 16586512. OLE color: 16586512.
HSL color Cylindrical-coordinate representation of color #1017FD: hue angle of 238.23º 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 #1017FD is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 23 | 253 | - |
| CMYK | 0.94 | 0.91 | 0 | 0.01 |
| HSL | 238.23º | 0.98% | 0.53% | - |
| HSV(B) | 238.23º | 0.94% | 0.99% | - |
| XYZ | 18.25 | 7.81 | 93.48 | - |
| YUV | 47.13 | 244.18 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 23 | 253 | 0.94 | 0.91 | 0 | 0.01 | 238.23 | 0.98 | 0.53 |
| Hex | 10 | 17 | FD | 5E | 5B | 0 | 1 | EE | 62 | 35 |
| Octal | 20 | 27 | 375 | 136 | 133 | 0 | 1 | 356 | 142 | 65 |
| Binary | 10000 | 10111 | 11111101 | 1011110 | 1011011 | 0 | 1 | 11101110 | 1100010 | 110101 |
Color Harmonies of #1017FD
Complementary color
Monochromatic Colors of #1017FD
Black with #1017FD
Text Example
Text Example
White with #1017FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1017FD; }
p { color: rgb(16,23,253); }
H1.HeaderClassName
{
color: #1017FD;
}
.AnyTagClassName
{
color: #1017FD;
}
</style>
background-color css
<style>
a { background-color: #1017FD; }
a { background-color: rgb(16,23,253); }
div.DivClassName
{
background-color: #1017FD;
}
.BgClassName
{
background-color: #1017FD;
}
</style>
border-color css
<style>
span { border-color: #1017FD; }
span { border-color: rgb(16,23,253); }
td.TdClassName
{
border-color: #1017FD;
}
.TagClassName
{
border-color: #1017FD;
}
</style>