Shades of Blue #161DF4
Tints of Blue #161DF4
RGB
CMYK
RGB Variations
Color information
#161DF4 (or 0x161DF4) is known color: Blue. HEX triplet: 16, 1D and F4. RGB value is (22,29,244). Sum of RGB (Red+Green+Blue) = 22+29+244=295 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.46% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 244 (95.70% from 255 or 82.71% from 295); Max value from RGB is 244 - color contains mainly: blue. Hex color #161DF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #161DF4 is #E9E20B. Grayscale: #323232. Windows color (decimal): -15327756 or 15998230. OLE color: 15998230.
HSL color Cylindrical-coordinate representation of color #161DF4: hue angle of 238.11º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #161DF4 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 22 | 29 | 244 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.04 |
| HSL | 238.11º | 0.91% | 0.52% | - |
| HSV(B) | 238.11º | 0.91% | 0.96% | - |
| XYZ | 17.1 | 7.58 | 86.15 | - |
| YUV | 51.42 | 236.68 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 29 | 244 | 0.91 | 0.88 | 0 | 0.04 | 238.11 | 0.91 | 0.52 |
| Hex | 16 | 1D | F4 | 5B | 58 | 0 | 4 | EE | 5B | 34 |
| Octal | 26 | 35 | 364 | 133 | 130 | 0 | 4 | 356 | 133 | 64 |
| Binary | 10110 | 11101 | 11110100 | 1011011 | 1011000 | 0 | 100 | 11101110 | 1011011 | 110100 |
Color Harmonies of #161DF4
Complementary color
Monochromatic Colors of #161DF4
Black with #161DF4
Text Example
Text Example
White with #161DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161DF4; }
p { color: rgb(22,29,244); }
H1.HeaderClassName
{
color: #161DF4;
}
.AnyTagClassName
{
color: #161DF4;
}
</style>
background-color css
<style>
a { background-color: #161DF4; }
a { background-color: rgb(22,29,244); }
div.DivClassName
{
background-color: #161DF4;
}
.BgClassName
{
background-color: #161DF4;
}
</style>
border-color css
<style>
span { border-color: #161DF4; }
span { border-color: rgb(22,29,244); }
td.TdClassName
{
border-color: #161DF4;
}
.TagClassName
{
border-color: #161DF4;
}
</style>