Shades of Royal Blue #164DF8
Tints of Royal Blue #164DF8
RGB
CMYK
RGB Variations
Color information
#164DF8 (or 0x164DF8) is known color: Royal Blue. HEX triplet: 16, 4D and F8. RGB value is (22,77,248). Sum of RGB (Red+Green+Blue) = 22+77+248=347 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.34% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 248 (97.27% from 255 or 71.47% from 347); Max value from RGB is 248 - color contains mainly: blue. Hex color #164DF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #164DF8 is #E9B207. Grayscale: #4F4F4F. Windows color (decimal): -15315464 or 16272662. OLE color: 16272662.
HSL color Cylindrical-coordinate representation of color #164DF8: hue angle of 225.4º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #164DF8 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 22 | 77 | 248 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.03 |
| HSL | 225.4º | 0.94% | 0.53% | - |
| HSV(B) | 225.4º | 0.91% | 0.97% | - |
| XYZ | 19.93 | 12.26 | 90.12 | - |
| YUV | 80.05 | 222.78 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 248 | 0.91 | 0.69 | 0 | 0.03 | 225.4 | 0.94 | 0.53 |
| Hex | 16 | 4D | F8 | 5B | 45 | 0 | 3 | E1 | 5E | 35 |
| Octal | 26 | 115 | 370 | 133 | 105 | 0 | 3 | 341 | 136 | 65 |
| Binary | 10110 | 1001101 | 11111000 | 1011011 | 1000101 | 0 | 11 | 11100001 | 1011110 | 110101 |
Color Harmonies of #164DF8
Complementary color
Monochromatic Colors of #164DF8
Black with #164DF8
Text Example
Text Example
White with #164DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164DF8; }
p { color: rgb(22,77,248); }
H1.HeaderClassName
{
color: #164DF8;
}
.AnyTagClassName
{
color: #164DF8;
}
</style>
background-color css
<style>
a { background-color: #164DF8; }
a { background-color: rgb(22,77,248); }
div.DivClassName
{
background-color: #164DF8;
}
.BgClassName
{
background-color: #164DF8;
}
</style>
border-color css
<style>
span { border-color: #164DF8; }
span { border-color: rgb(22,77,248); }
td.TdClassName
{
border-color: #164DF8;
}
.TagClassName
{
border-color: #164DF8;
}
</style>