Shades of Royal Blue #165DFB
Tints of Royal Blue #165DFB
RGB
CMYK
RGB Variations
Color information
#165DFB (or 0x165DFB) is known color: Royal Blue. HEX triplet: 16, 5D and FB. RGB value is (22,93,251). Sum of RGB (Red+Green+Blue) = 22+93+251=366 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.01% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 251 (98.44% from 255 or 68.58% from 366); Max value from RGB is 251 - color contains mainly: blue. Hex color #165DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165DFB is #E9A204. Grayscale: #595959. Windows color (decimal): -15311365 or 16473366. OLE color: 16473366.
HSL color Cylindrical-coordinate representation of color #165DFB: hue angle of 221.4º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #165DFB is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 93 | 251 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.02 |
| HSL | 221.4º | 0.97% | 0.54% | - |
| HSV(B) | 221.4º | 0.91% | 0.98% | - |
| XYZ | 21.66 | 14.96 | 93.01 | - |
| YUV | 89.78 | 218.98 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 251 | 0.91 | 0.63 | 0 | 0.02 | 221.4 | 0.97 | 0.54 |
| Hex | 16 | 5D | FB | 5B | 3F | 0 | 2 | DD | 61 | 36 |
| Octal | 26 | 135 | 373 | 133 | 77 | 0 | 2 | 335 | 141 | 66 |
| Binary | 10110 | 1011101 | 11111011 | 1011011 | 111111 | 0 | 10 | 11011101 | 1100001 | 110110 |
Color Harmonies of #165DFB
Complementary color
Monochromatic Colors of #165DFB
Black with #165DFB
Text Example
Text Example
White with #165DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165DFB; }
p { color: rgb(22,93,251); }
H1.HeaderClassName
{
color: #165DFB;
}
.AnyTagClassName
{
color: #165DFB;
}
</style>
background-color css
<style>
a { background-color: #165DFB; }
a { background-color: rgb(22,93,251); }
div.DivClassName
{
background-color: #165DFB;
}
.BgClassName
{
background-color: #165DFB;
}
</style>
border-color css
<style>
span { border-color: #165DFB; }
span { border-color: rgb(22,93,251); }
td.TdClassName
{
border-color: #165DFB;
}
.TagClassName
{
border-color: #165DFB;
}
</style>