Shades of Royal Blue #165DF5
Tints of Royal Blue #165DF5
RGB
CMYK
RGB Variations
Color information
#165DF5 (or 0x165DF5) is known color: Royal Blue. HEX triplet: 16, 5D and F5. RGB value is (22,93,245). Sum of RGB (Red+Green+Blue) = 22+93+245=360 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.11% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 245 (96.09% from 255 or 68.06% from 360); Max value from RGB is 245 - color contains mainly: blue. Hex color #165DF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165DF5 is #E9A20A. Grayscale: #585858. Windows color (decimal): -15311371 or 16080150. OLE color: 16080150.
HSL color Cylindrical-coordinate representation of color #165DF5: hue angle of 220.9º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #165DF5 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 22 | 93 | 245 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.04 |
| HSL | 220.9º | 0.92% | 0.52% | - |
| HSV(B) | 220.9º | 0.91% | 0.96% | - |
| XYZ | 20.73 | 14.59 | 88.11 | - |
| YUV | 89.1 | 215.98 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 245 | 0.91 | 0.62 | 0 | 0.04 | 220.9 | 0.92 | 0.52 |
| Hex | 16 | 5D | F5 | 5B | 3E | 0 | 4 | DD | 5C | 34 |
| Octal | 26 | 135 | 365 | 133 | 76 | 0 | 4 | 335 | 134 | 64 |
| Binary | 10110 | 1011101 | 11110101 | 1011011 | 111110 | 0 | 100 | 11011101 | 1011100 | 110100 |
Color Harmonies of #165DF5
Complementary color
Monochromatic Colors of #165DF5
Black with #165DF5
Text Example
Text Example
White with #165DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165DF5; }
p { color: rgb(22,93,245); }
H1.HeaderClassName
{
color: #165DF5;
}
.AnyTagClassName
{
color: #165DF5;
}
</style>
background-color css
<style>
a { background-color: #165DF5; }
a { background-color: rgb(22,93,245); }
div.DivClassName
{
background-color: #165DF5;
}
.BgClassName
{
background-color: #165DF5;
}
</style>
border-color css
<style>
span { border-color: #165DF5; }
span { border-color: rgb(22,93,245); }
td.TdClassName
{
border-color: #165DF5;
}
.TagClassName
{
border-color: #165DF5;
}
</style>