Shades of Royal Blue #165DF7
Tints of Royal Blue #165DF7
RGB
CMYK
RGB Variations
Color information
#165DF7 (or 0x165DF7) is known color: Royal Blue. HEX triplet: 16, 5D and F7. RGB value is (22,93,247). Sum of RGB (Red+Green+Blue) = 22+93+247=362 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.08% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 247 (96.88% from 255 or 68.23% from 362); Max value from RGB is 247 - color contains mainly: blue. Hex color #165DF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165DF7 is #E9A208. Grayscale: #585858. Windows color (decimal): -15311369 or 16211222. OLE color: 16211222.
HSL color Cylindrical-coordinate representation of color #165DF7: hue angle of 221.07º 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 #165DF7 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 22 | 93 | 247 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.03 |
| HSL | 221.07º | 0.93% | 0.53% | - |
| HSV(B) | 221.07º | 0.91% | 0.97% | - |
| XYZ | 21.03 | 14.71 | 89.73 | - |
| YUV | 89.33 | 216.98 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 247 | 0.91 | 0.62 | 0 | 0.03 | 221.07 | 0.93 | 0.53 |
| Hex | 16 | 5D | F7 | 5B | 3E | 0 | 3 | DD | 5D | 35 |
| Octal | 26 | 135 | 367 | 133 | 76 | 0 | 3 | 335 | 135 | 65 |
| Binary | 10110 | 1011101 | 11110111 | 1011011 | 111110 | 0 | 11 | 11011101 | 1011101 | 110101 |
Color Harmonies of #165DF7
Complementary color
Monochromatic Colors of #165DF7
Black with #165DF7
Text Example
Text Example
White with #165DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165DF7; }
p { color: rgb(22,93,247); }
H1.HeaderClassName
{
color: #165DF7;
}
.AnyTagClassName
{
color: #165DF7;
}
</style>
background-color css
<style>
a { background-color: #165DF7; }
a { background-color: rgb(22,93,247); }
div.DivClassName
{
background-color: #165DF7;
}
.BgClassName
{
background-color: #165DF7;
}
</style>
border-color css
<style>
span { border-color: #165DF7; }
span { border-color: rgb(22,93,247); }
td.TdClassName
{
border-color: #165DF7;
}
.TagClassName
{
border-color: #165DF7;
}
</style>