Shades of Blue #1716ED
Tints of Blue #1716ED
RGB
CMYK
RGB Variations
Color information
#1716ED (or 0x1716ED) is known color: Blue. HEX triplet: 17, 16 and ED. RGB value is (23,22,237). Sum of RGB (Red+Green+Blue) = 23+22+237=282 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.16% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 237 (92.97% from 255 or 84.04% from 282); Max value from RGB is 237 - color contains mainly: blue. Hex color #1716ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1716ED is #E8E912. Grayscale: #2D2D2D. Windows color (decimal): -15264019 or 15537687. OLE color: 15537687.
HSL color Cylindrical-coordinate representation of color #1716ED: hue angle of 240.28º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1716ED is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 22 | 237 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.07 |
| HSL | 240.28º | 0.86% | 0.51% | - |
| HSV(B) | 240.28º | 0.91% | 0.93% | - |
| XYZ | 15.93 | 6.87 | 80.61 | - |
| YUV | 46.81 | 235.33 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 22 | 237 | 0.90 | 0.91 | 0 | 0.07 | 240.28 | 0.86 | 0.51 |
| Hex | 17 | 16 | ED | 5A | 5B | 0 | 7 | F0 | 56 | 33 |
| Octal | 27 | 26 | 355 | 132 | 133 | 0 | 7 | 360 | 126 | 63 |
| Binary | 10111 | 10110 | 11101101 | 1011010 | 1011011 | 0 | 111 | 11110000 | 1010110 | 110011 |
Color Harmonies of #1716ED
Complementary color
Monochromatic Colors of #1716ED
Black with #1716ED
Text Example
Text Example
White with #1716ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1716ED; }
p { color: rgb(23,22,237); }
H1.HeaderClassName
{
color: #1716ED;
}
.AnyTagClassName
{
color: #1716ED;
}
</style>
background-color css
<style>
a { background-color: #1716ED; }
a { background-color: rgb(23,22,237); }
div.DivClassName
{
background-color: #1716ED;
}
.BgClassName
{
background-color: #1716ED;
}
</style>
border-color css
<style>
span { border-color: #1716ED; }
span { border-color: rgb(23,22,237); }
td.TdClassName
{
border-color: #1716ED;
}
.TagClassName
{
border-color: #1716ED;
}
</style>