Shades of Royal Blue #164FFE
Tints of Royal Blue #164FFE
RGB
CMYK
RGB Variations
Color information
#164FFE (or 0x164FFE) is known color: Royal Blue. HEX triplet: 16, 4F and FE. RGB value is (22,79,254). Sum of RGB (Red+Green+Blue) = 22+79+254=355 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.20% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 254 (99.61% from 255 or 71.55% from 355); Max value from RGB is 254 - color contains mainly: blue. Hex color #164FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #164FFE is #E9B001. Grayscale: #515151. Windows color (decimal): -15314946 or 16666390. OLE color: 16666390.
HSL color Cylindrical-coordinate representation of color #164FFE: hue angle of 225.26º 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 #164FFE is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 79 | 254 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.00 |
| HSL | 225.26º | 0.99% | 0.54% | - |
| HSV(B) | 225.26º | 0.91% | 1% | - |
| XYZ | 21.02 | 12.92 | 95.15 | - |
| YUV | 81.91 | 225.12 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 79 | 254 | 0.91 | 0.69 | 0 | 0.00 | 225.26 | 0.99 | 0.54 |
| Hex | 16 | 4F | FE | 5B | 45 | 0 | 0 | E1 | 63 | 36 |
| Octal | 26 | 117 | 376 | 133 | 105 | 0 | 0 | 341 | 143 | 66 |
| Binary | 10110 | 1001111 | 11111110 | 1011011 | 1000101 | 0 | 0 | 11100001 | 1100011 | 110110 |
Color Harmonies of #164FFE
Complementary color
Monochromatic Colors of #164FFE
Black with #164FFE
Text Example
Text Example
White with #164FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164FFE; }
p { color: rgb(22,79,254); }
H1.HeaderClassName
{
color: #164FFE;
}
.AnyTagClassName
{
color: #164FFE;
}
</style>
background-color css
<style>
a { background-color: #164FFE; }
a { background-color: rgb(22,79,254); }
div.DivClassName
{
background-color: #164FFE;
}
.BgClassName
{
background-color: #164FFE;
}
</style>
border-color css
<style>
span { border-color: #164FFE; }
span { border-color: rgb(22,79,254); }
td.TdClassName
{
border-color: #164FFE;
}
.TagClassName
{
border-color: #164FFE;
}
</style>