Shades of Royal Blue #164CFA
Tints of Royal Blue #164CFA
RGB
CMYK
RGB Variations
Color information
#164CFA (or 0x164CFA) is known color: Royal Blue. HEX triplet: 16, 4C and FA. RGB value is (22,76,250). Sum of RGB (Red+Green+Blue) = 22+76+250=348 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.32% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 250 (98.05% from 255 or 71.84% from 348); Max value from RGB is 250 - color contains mainly: blue. Hex color #164CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #164CFA is #E9B305. Grayscale: #4E4E4E. Windows color (decimal): -15315718 or 16403478. OLE color: 16403478.
HSL color Cylindrical-coordinate representation of color #164CFA: hue angle of 225.79º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #164CFA is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 76 | 250 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.02 |
| HSL | 225.79º | 0.96% | 0.53% | - |
| HSV(B) | 225.79º | 0.91% | 0.98% | - |
| XYZ | 20.17 | 12.24 | 91.74 | - |
| YUV | 79.69 | 224.11 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 250 | 0.91 | 0.70 | 0 | 0.02 | 225.79 | 0.96 | 0.53 |
| Hex | 16 | 4C | FA | 5B | 46 | 0 | 2 | E2 | 60 | 35 |
| Octal | 26 | 114 | 372 | 133 | 106 | 0 | 2 | 342 | 140 | 65 |
| Binary | 10110 | 1001100 | 11111010 | 1011011 | 1000110 | 0 | 10 | 11100010 | 1100000 | 110101 |
Color Harmonies of #164CFA
Complementary color
Monochromatic Colors of #164CFA
Black with #164CFA
Text Example
Text Example
White with #164CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164CFA; }
p { color: rgb(22,76,250); }
H1.HeaderClassName
{
color: #164CFA;
}
.AnyTagClassName
{
color: #164CFA;
}
</style>
background-color css
<style>
a { background-color: #164CFA; }
a { background-color: rgb(22,76,250); }
div.DivClassName
{
background-color: #164CFA;
}
.BgClassName
{
background-color: #164CFA;
}
</style>
border-color css
<style>
span { border-color: #164CFA; }
span { border-color: rgb(22,76,250); }
td.TdClassName
{
border-color: #164CFA;
}
.TagClassName
{
border-color: #164CFA;
}
</style>