Shades of Royal Blue #165DF6
Tints of Royal Blue #165DF6
RGB
CMYK
RGB Variations
Color information
#165DF6 (or 0x165DF6) is known color: Royal Blue. HEX triplet: 16, 5D and F6. RGB value is (22,93,246). Sum of RGB (Red+Green+Blue) = 22+93+246=361 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.09% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 246 (96.48% from 255 or 68.14% from 361); Max value from RGB is 246 - color contains mainly: blue. Hex color #165DF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165DF6 is #E9A209. Grayscale: #585858. Windows color (decimal): -15311370 or 16145686. OLE color: 16145686.
HSL color Cylindrical-coordinate representation of color #165DF6: hue angle of 220.98º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #165DF6 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 22 | 93 | 246 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.04 |
| HSL | 220.98º | 0.93% | 0.53% | - |
| HSV(B) | 220.98º | 0.91% | 0.96% | - |
| XYZ | 20.88 | 14.65 | 88.92 | - |
| YUV | 89.21 | 216.48 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 246 | 0.91 | 0.62 | 0 | 0.04 | 220.98 | 0.93 | 0.53 |
| Hex | 16 | 5D | F6 | 5B | 3E | 0 | 4 | DD | 5D | 35 |
| Octal | 26 | 135 | 366 | 133 | 76 | 0 | 4 | 335 | 135 | 65 |
| Binary | 10110 | 1011101 | 11110110 | 1011011 | 111110 | 0 | 100 | 11011101 | 1011101 | 110101 |
Color Harmonies of #165DF6
Complementary color
Monochromatic Colors of #165DF6
Black with #165DF6
Text Example
Text Example
White with #165DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165DF6; }
p { color: rgb(22,93,246); }
H1.HeaderClassName
{
color: #165DF6;
}
.AnyTagClassName
{
color: #165DF6;
}
</style>
background-color css
<style>
a { background-color: #165DF6; }
a { background-color: rgb(22,93,246); }
div.DivClassName
{
background-color: #165DF6;
}
.BgClassName
{
background-color: #165DF6;
}
</style>
border-color css
<style>
span { border-color: #165DF6; }
span { border-color: rgb(22,93,246); }
td.TdClassName
{
border-color: #165DF6;
}
.TagClassName
{
border-color: #165DF6;
}
</style>