Shades of Blue #1617FC
Tints of Blue #1617FC
RGB
CMYK
RGB Variations
Color information
#1617FC (or 0x1617FC) is known color: Blue. HEX triplet: 16, 17 and FC. RGB value is (22,23,252). Sum of RGB (Red+Green+Blue) = 22+23+252=297 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.41% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 252 (98.83% from 255 or 84.85% from 297); Max value from RGB is 252 - color contains mainly: blue. Hex color #1617FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1617FC is #E9E803. Grayscale: #2F2F2F. Windows color (decimal): -15329284 or 16520982. OLE color: 16520982.
HSL color Cylindrical-coordinate representation of color #1617FC: hue angle of 239.74º degrees, saturation: 0.97, 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 #1617FC is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 23 | 252 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.01 |
| HSL | 239.74º | 0.97% | 0.54% | - |
| HSV(B) | 239.74º | 0.91% | 0.99% | - |
| XYZ | 18.21 | 7.81 | 92.64 | - |
| YUV | 48.81 | 242.67 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 23 | 252 | 0.91 | 0.91 | 0 | 0.01 | 239.74 | 0.97 | 0.54 |
| Hex | 16 | 17 | FC | 5B | 5B | 0 | 1 | F0 | 61 | 36 |
| Octal | 26 | 27 | 374 | 133 | 133 | 0 | 1 | 360 | 141 | 66 |
| Binary | 10110 | 10111 | 11111100 | 1011011 | 1011011 | 0 | 1 | 11110000 | 1100001 | 110110 |
Color Harmonies of #1617FC
Complementary color
Monochromatic Colors of #1617FC
Black with #1617FC
Text Example
Text Example
White with #1617FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1617FC; }
p { color: rgb(22,23,252); }
H1.HeaderClassName
{
color: #1617FC;
}
.AnyTagClassName
{
color: #1617FC;
}
</style>
background-color css
<style>
a { background-color: #1617FC; }
a { background-color: rgb(22,23,252); }
div.DivClassName
{
background-color: #1617FC;
}
.BgClassName
{
background-color: #1617FC;
}
</style>
border-color css
<style>
span { border-color: #1617FC; }
span { border-color: rgb(22,23,252); }
td.TdClassName
{
border-color: #1617FC;
}
.TagClassName
{
border-color: #1617FC;
}
</style>