Shades of Royal Blue #164AF2
Tints of Royal Blue #164AF2
RGB
CMYK
RGB Variations
Color information
#164AF2 (or 0x164AF2) is known color: Royal Blue. HEX triplet: 16, 4A and F2. RGB value is (22,74,242). Sum of RGB (Red+Green+Blue) = 22+74+242=338 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.51% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 242 (94.92% from 255 or 71.60% from 338); Max value from RGB is 242 - color contains mainly: blue. Hex color #164AF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #164AF2 is #E9B50D. Grayscale: #4C4C4C. Windows color (decimal): -15316238 or 15878678. OLE color: 15878678.
HSL color Cylindrical-coordinate representation of color #164AF2: hue angle of 225.82º 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 #164AF2 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 74 | 242 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.05 |
| HSL | 225.82º | 0.89% | 0.52% | - |
| HSV(B) | 225.82º | 0.91% | 0.95% | - |
| XYZ | 18.81 | 11.48 | 85.23 | - |
| YUV | 77.6 | 220.77 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 74 | 242 | 0.91 | 0.69 | 0 | 0.05 | 225.82 | 0.89 | 0.52 |
| Hex | 16 | 4A | F2 | 5B | 45 | 0 | 5 | E2 | 59 | 34 |
| Octal | 26 | 112 | 362 | 133 | 105 | 0 | 5 | 342 | 131 | 64 |
| Binary | 10110 | 1001010 | 11110010 | 1011011 | 1000101 | 0 | 101 | 11100010 | 1011001 | 110100 |
Color Harmonies of #164AF2
Complementary color
Monochromatic Colors of #164AF2
Black with #164AF2
Text Example
Text Example
White with #164AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164AF2; }
p { color: rgb(22,74,242); }
H1.HeaderClassName
{
color: #164AF2;
}
.AnyTagClassName
{
color: #164AF2;
}
</style>
background-color css
<style>
a { background-color: #164AF2; }
a { background-color: rgb(22,74,242); }
div.DivClassName
{
background-color: #164AF2;
}
.BgClassName
{
background-color: #164AF2;
}
</style>
border-color css
<style>
span { border-color: #164AF2; }
span { border-color: rgb(22,74,242); }
td.TdClassName
{
border-color: #164AF2;
}
.TagClassName
{
border-color: #164AF2;
}
</style>