Shades of Royal Blue #165BFA
Tints of Royal Blue #165BFA
RGB
CMYK
RGB Variations
Color information
#165BFA (or 0x165BFA) is known color: Royal Blue. HEX triplet: 16, 5B and FA. RGB value is (22,91,250). Sum of RGB (Red+Green+Blue) = 22+91+250=363 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.06% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #165BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165BFA is #E9A405. Grayscale: #575757. Windows color (decimal): -15311878 or 16407318. OLE color: 16407318.
HSL color Cylindrical-coordinate representation of color #165BFA: hue angle of 221.84º 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 #165BFA is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 91 | 250 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.02 |
| HSL | 221.84º | 0.96% | 0.53% | - |
| HSV(B) | 221.84º | 0.91% | 0.98% | - |
| XYZ | 21.33 | 14.55 | 92.13 | - |
| YUV | 88.5 | 219.14 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 91 | 250 | 0.91 | 0.64 | 0 | 0.02 | 221.84 | 0.96 | 0.53 |
| Hex | 16 | 5B | FA | 5B | 40 | 0 | 2 | DE | 60 | 35 |
| Octal | 26 | 133 | 372 | 133 | 100 | 0 | 2 | 336 | 140 | 65 |
| Binary | 10110 | 1011011 | 11111010 | 1011011 | 1000000 | 0 | 10 | 11011110 | 1100000 | 110101 |
Color Harmonies of #165BFA
Complementary color
Monochromatic Colors of #165BFA
Black with #165BFA
Text Example
Text Example
White with #165BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165BFA; }
p { color: rgb(22,91,250); }
H1.HeaderClassName
{
color: #165BFA;
}
.AnyTagClassName
{
color: #165BFA;
}
</style>
background-color css
<style>
a { background-color: #165BFA; }
a { background-color: rgb(22,91,250); }
div.DivClassName
{
background-color: #165BFA;
}
.BgClassName
{
background-color: #165BFA;
}
</style>
border-color css
<style>
span { border-color: #165BFA; }
span { border-color: rgb(22,91,250); }
td.TdClassName
{
border-color: #165BFA;
}
.TagClassName
{
border-color: #165BFA;
}
</style>