Shades of Royal Blue #165DFC
Tints of Royal Blue #165DFC
RGB
CMYK
RGB Variations
Color information
#165DFC (or 0x165DFC) is known color: Royal Blue. HEX triplet: 16, 5D and FC. RGB value is (22,93,252). Sum of RGB (Red+Green+Blue) = 22+93+252=367 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.99% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 252 (98.83% from 255 or 68.66% from 367); Max value from RGB is 252 - color contains mainly: blue. Hex color #165DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165DFC is #E9A203. Grayscale: #595959. Windows color (decimal): -15311364 or 16538902. OLE color: 16538902.
HSL color Cylindrical-coordinate representation of color #165DFC: hue angle of 221.48º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #165DFC is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 93 | 252 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.01 |
| HSL | 221.48º | 0.97% | 0.54% | - |
| HSV(B) | 221.48º | 0.91% | 0.99% | - |
| XYZ | 21.82 | 15.03 | 93.85 | - |
| YUV | 89.9 | 219.48 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 252 | 0.91 | 0.63 | 0 | 0.01 | 221.48 | 0.97 | 0.54 |
| Hex | 16 | 5D | FC | 5B | 3F | 0 | 1 | DD | 61 | 36 |
| Octal | 26 | 135 | 374 | 133 | 77 | 0 | 1 | 335 | 141 | 66 |
| Binary | 10110 | 1011101 | 11111100 | 1011011 | 111111 | 0 | 1 | 11011101 | 1100001 | 110110 |
Color Harmonies of #165DFC
Complementary color
Monochromatic Colors of #165DFC
Black with #165DFC
Text Example
Text Example
White with #165DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165DFC; }
p { color: rgb(22,93,252); }
H1.HeaderClassName
{
color: #165DFC;
}
.AnyTagClassName
{
color: #165DFC;
}
</style>
background-color css
<style>
a { background-color: #165DFC; }
a { background-color: rgb(22,93,252); }
div.DivClassName
{
background-color: #165DFC;
}
.BgClassName
{
background-color: #165DFC;
}
</style>
border-color css
<style>
span { border-color: #165DFC; }
span { border-color: rgb(22,93,252); }
td.TdClassName
{
border-color: #165DFC;
}
.TagClassName
{
border-color: #165DFC;
}
</style>