Shades of Royal Blue #164DF1
Tints of Royal Blue #164DF1
RGB
CMYK
RGB Variations
Color information
#164DF1 (or 0x164DF1) is known color: Royal Blue. HEX triplet: 16, 4D and F1. RGB value is (22,77,241). Sum of RGB (Red+Green+Blue) = 22+77+241=340 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.47% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 241 (94.53% from 255 or 70.88% from 340); Max value from RGB is 241 - color contains mainly: blue. Hex color #164DF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #164DF1 is #E9B20E. Grayscale: #4E4E4E. Windows color (decimal): -15315471 or 15813910. OLE color: 15813910.
HSL color Cylindrical-coordinate representation of color #164DF1: hue angle of 224.93º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #164DF1 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 77 | 241 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.05 |
| HSL | 224.93º | 0.89% | 0.52% | - |
| HSV(B) | 224.93º | 0.91% | 0.95% | - |
| XYZ | 18.86 | 11.83 | 84.51 | - |
| YUV | 79.25 | 219.28 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 241 | 0.91 | 0.68 | 0 | 0.05 | 224.93 | 0.89 | 0.52 |
| Hex | 16 | 4D | F1 | 5B | 44 | 0 | 5 | E1 | 59 | 34 |
| Octal | 26 | 115 | 361 | 133 | 104 | 0 | 5 | 341 | 131 | 64 |
| Binary | 10110 | 1001101 | 11110001 | 1011011 | 1000100 | 0 | 101 | 11100001 | 1011001 | 110100 |
Color Harmonies of #164DF1
Complementary color
Monochromatic Colors of #164DF1
Black with #164DF1
Text Example
Text Example
White with #164DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164DF1; }
p { color: rgb(22,77,241); }
H1.HeaderClassName
{
color: #164DF1;
}
.AnyTagClassName
{
color: #164DF1;
}
</style>
background-color css
<style>
a { background-color: #164DF1; }
a { background-color: rgb(22,77,241); }
div.DivClassName
{
background-color: #164DF1;
}
.BgClassName
{
background-color: #164DF1;
}
</style>
border-color css
<style>
span { border-color: #164DF1; }
span { border-color: rgb(22,77,241); }
td.TdClassName
{
border-color: #164DF1;
}
.TagClassName
{
border-color: #164DF1;
}
</style>