Shades of Royal Blue #164CF1
Tints of Royal Blue #164CF1
RGB
CMYK
RGB Variations
Color information
#164CF1 (or 0x164CF1) is known color: Royal Blue. HEX triplet: 16, 4C and F1. RGB value is (22,76,241). Sum of RGB (Red+Green+Blue) = 22+76+241=339 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.49% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 241 (94.53% from 255 or 71.09% from 339); Max value from RGB is 241 - color contains mainly: blue. Hex color #164CF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #164CF1 is #E9B30E. Grayscale: #4D4D4D. Windows color (decimal): -15315727 or 15813654. OLE color: 15813654.
HSL color Cylindrical-coordinate representation of color #164CF1: hue angle of 225.21º 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 #164CF1 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 76 | 241 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.05 |
| HSL | 225.21º | 0.89% | 0.52% | - |
| HSV(B) | 225.21º | 0.91% | 0.95% | - |
| XYZ | 18.79 | 11.69 | 84.49 | - |
| YUV | 78.66 | 219.61 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 241 | 0.91 | 0.68 | 0 | 0.05 | 225.21 | 0.89 | 0.52 |
| Hex | 16 | 4C | F1 | 5B | 44 | 0 | 5 | E1 | 59 | 34 |
| Octal | 26 | 114 | 361 | 133 | 104 | 0 | 5 | 341 | 131 | 64 |
| Binary | 10110 | 1001100 | 11110001 | 1011011 | 1000100 | 0 | 101 | 11100001 | 1011001 | 110100 |
Color Harmonies of #164CF1
Complementary color
Monochromatic Colors of #164CF1
Black with #164CF1
Text Example
Text Example
White with #164CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164CF1; }
p { color: rgb(22,76,241); }
H1.HeaderClassName
{
color: #164CF1;
}
.AnyTagClassName
{
color: #164CF1;
}
</style>
background-color css
<style>
a { background-color: #164CF1; }
a { background-color: rgb(22,76,241); }
div.DivClassName
{
background-color: #164CF1;
}
.BgClassName
{
background-color: #164CF1;
}
</style>
border-color css
<style>
span { border-color: #164CF1; }
span { border-color: rgb(22,76,241); }
td.TdClassName
{
border-color: #164CF1;
}
.TagClassName
{
border-color: #164CF1;
}
</style>