Shades of Royal Blue #165EF7
Tints of Royal Blue #165EF7
RGB
CMYK
RGB Variations
Color information
#165EF7 (or 0x165EF7) is known color: Royal Blue. HEX triplet: 16, 5E and F7. RGB value is (22,94,247). Sum of RGB (Red+Green+Blue) = 22+94+247=363 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.06% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 247 (96.88% from 255 or 68.04% from 363); Max value from RGB is 247 - color contains mainly: blue. Hex color #165EF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165EF7 is #E9A108. Grayscale: #595959. Windows color (decimal): -15311113 or 16211478. OLE color: 16211478.
HSL color Cylindrical-coordinate representation of color #165EF7: hue angle of 220.8º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #165EF7 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 22 | 94 | 247 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.03 |
| HSL | 220.8º | 0.93% | 0.53% | - |
| HSV(B) | 220.8º | 0.91% | 0.97% | - |
| XYZ | 21.12 | 14.89 | 89.76 | - |
| YUV | 89.91 | 216.65 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 247 | 0.91 | 0.62 | 0 | 0.03 | 220.8 | 0.93 | 0.53 |
| Hex | 16 | 5E | F7 | 5B | 3E | 0 | 3 | DD | 5D | 35 |
| Octal | 26 | 136 | 367 | 133 | 76 | 0 | 3 | 335 | 135 | 65 |
| Binary | 10110 | 1011110 | 11110111 | 1011011 | 111110 | 0 | 11 | 11011101 | 1011101 | 110101 |
Color Harmonies of #165EF7
Complementary color
Monochromatic Colors of #165EF7
Black with #165EF7
Text Example
Text Example
White with #165EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165EF7; }
p { color: rgb(22,94,247); }
H1.HeaderClassName
{
color: #165EF7;
}
.AnyTagClassName
{
color: #165EF7;
}
</style>
background-color css
<style>
a { background-color: #165EF7; }
a { background-color: rgb(22,94,247); }
div.DivClassName
{
background-color: #165EF7;
}
.BgClassName
{
background-color: #165EF7;
}
</style>
border-color css
<style>
span { border-color: #165EF7; }
span { border-color: rgb(22,94,247); }
td.TdClassName
{
border-color: #165EF7;
}
.TagClassName
{
border-color: #165EF7;
}
</style>