Shades of Blue #1117FD
Tints of Blue #1117FD
RGB
CMYK
RGB Variations
Color information
#1117FD (or 0x1117FD) is known color: Blue. HEX triplet: 11, 17 and FD. RGB value is (17,23,253). Sum of RGB (Red+Green+Blue) = 17+23+253=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 253 (99.22% from 255 or 86.35% from 293); Max value from RGB is 253 - color contains mainly: blue. Hex color #1117FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1117FD is #EEE802. Grayscale: #2E2E2E. Windows color (decimal): -15656963 or 16586513. OLE color: 16586513.
HSL color Cylindrical-coordinate representation of color #1117FD: hue angle of 238.47º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1117FD is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 23 | 253 | - |
| CMYK | 0.93 | 0.91 | 0 | 0.01 |
| HSL | 238.47º | 0.98% | 0.53% | - |
| HSV(B) | 238.47º | 0.93% | 0.99% | - |
| XYZ | 18.27 | 7.82 | 93.48 | - |
| YUV | 47.43 | 244.01 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 23 | 253 | 0.93 | 0.91 | 0 | 0.01 | 238.47 | 0.98 | 0.53 |
| Hex | 11 | 17 | FD | 5D | 5B | 0 | 1 | EE | 62 | 35 |
| Octal | 21 | 27 | 375 | 135 | 133 | 0 | 1 | 356 | 142 | 65 |
| Binary | 10001 | 10111 | 11111101 | 1011101 | 1011011 | 0 | 1 | 11101110 | 1100010 | 110101 |
Color Harmonies of #1117FD
Complementary color
Monochromatic Colors of #1117FD
Black with #1117FD
Text Example
Text Example
White with #1117FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1117FD; }
p { color: rgb(17,23,253); }
H1.HeaderClassName
{
color: #1117FD;
}
.AnyTagClassName
{
color: #1117FD;
}
</style>
background-color css
<style>
a { background-color: #1117FD; }
a { background-color: rgb(17,23,253); }
div.DivClassName
{
background-color: #1117FD;
}
.BgClassName
{
background-color: #1117FD;
}
</style>
border-color css
<style>
span { border-color: #1117FD; }
span { border-color: rgb(17,23,253); }
td.TdClassName
{
border-color: #1117FD;
}
.TagClassName
{
border-color: #1117FD;
}
</style>