Shades of Blue #1716FD
Tints of Blue #1716FD
RGB
CMYK
RGB Variations
Color information
#1716FD (or 0x1716FD) is known color: Blue. HEX triplet: 17, 16 and FD. RGB value is (23,22,253). Sum of RGB (Red+Green+Blue) = 23+22+253=298 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.72% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 253 (99.22% from 255 or 84.90% from 298); Max value from RGB is 253 - color contains mainly: blue. Hex color #1716FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1716FD is #E8E902. Grayscale: #2F2F2F. Windows color (decimal): -15264003 or 16586263. OLE color: 16586263.
HSL color Cylindrical-coordinate representation of color #1716FD: hue angle of 240.26º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1716FD is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 22 | 253 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.01 |
| HSL | 240.26º | 0.98% | 0.54% | - |
| HSV(B) | 240.26º | 0.91% | 0.99% | - |
| XYZ | 18.37 | 7.85 | 93.48 | - |
| YUV | 48.63 | 243.33 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 22 | 253 | 0.91 | 0.91 | 0 | 0.01 | 240.26 | 0.98 | 0.54 |
| Hex | 17 | 16 | FD | 5B | 5B | 0 | 1 | F0 | 62 | 36 |
| Octal | 27 | 26 | 375 | 133 | 133 | 0 | 1 | 360 | 142 | 66 |
| Binary | 10111 | 10110 | 11111101 | 1011011 | 1011011 | 0 | 1 | 11110000 | 1100010 | 110110 |
Color Harmonies of #1716FD
Complementary color
Monochromatic Colors of #1716FD
Black with #1716FD
Text Example
Text Example
White with #1716FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1716FD; }
p { color: rgb(23,22,253); }
H1.HeaderClassName
{
color: #1716FD;
}
.AnyTagClassName
{
color: #1716FD;
}
</style>
background-color css
<style>
a { background-color: #1716FD; }
a { background-color: rgb(23,22,253); }
div.DivClassName
{
background-color: #1716FD;
}
.BgClassName
{
background-color: #1716FD;
}
</style>
border-color css
<style>
span { border-color: #1716FD; }
span { border-color: rgb(23,22,253); }
td.TdClassName
{
border-color: #1716FD;
}
.TagClassName
{
border-color: #1716FD;
}
</style>