Shades of Royal Blue #164EFE
Tints of Royal Blue #164EFE
RGB
CMYK
RGB Variations
Color information
#164EFE (or 0x164EFE) is known color: Royal Blue. HEX triplet: 16, 4E and FE. RGB value is (22,78,254). Sum of RGB (Red+Green+Blue) = 22+78+254=354 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.21% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 254 (99.61% from 255 or 71.75% from 354); Max value from RGB is 254 - color contains mainly: blue. Hex color #164EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #164EFE is #E9B101. Grayscale: #505050. Windows color (decimal): -15315202 or 16666134. OLE color: 16666134.
HSL color Cylindrical-coordinate representation of color #164EFE: hue angle of 225.52º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #164EFE is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 78 | 254 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.00 |
| HSL | 225.52º | 0.99% | 0.54% | - |
| HSV(B) | 225.52º | 0.91% | 1% | - |
| XYZ | 20.94 | 12.78 | 95.13 | - |
| YUV | 81.32 | 225.45 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 78 | 254 | 0.91 | 0.69 | 0 | 0.00 | 225.52 | 0.99 | 0.54 |
| Hex | 16 | 4E | FE | 5B | 45 | 0 | 0 | E2 | 63 | 36 |
| Octal | 26 | 116 | 376 | 133 | 105 | 0 | 0 | 342 | 143 | 66 |
| Binary | 10110 | 1001110 | 11111110 | 1011011 | 1000101 | 0 | 0 | 11100010 | 1100011 | 110110 |
Color Harmonies of #164EFE
Complementary color
Monochromatic Colors of #164EFE
Black with #164EFE
Text Example
Text Example
White with #164EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164EFE; }
p { color: rgb(22,78,254); }
H1.HeaderClassName
{
color: #164EFE;
}
.AnyTagClassName
{
color: #164EFE;
}
</style>
background-color css
<style>
a { background-color: #164EFE; }
a { background-color: rgb(22,78,254); }
div.DivClassName
{
background-color: #164EFE;
}
.BgClassName
{
background-color: #164EFE;
}
</style>
border-color css
<style>
span { border-color: #164EFE; }
span { border-color: rgb(22,78,254); }
td.TdClassName
{
border-color: #164EFE;
}
.TagClassName
{
border-color: #164EFE;
}
</style>