Shades of Royal Blue #165DFE
Tints of Royal Blue #165DFE
RGB
CMYK
RGB Variations
Color information
#165DFE (or 0x165DFE) is known color: Royal Blue. HEX triplet: 16, 5D and FE. RGB value is (22,93,254). Sum of RGB (Red+Green+Blue) = 22+93+254=369 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.96% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #165DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165DFE is #E9A201. Grayscale: #595959. Windows color (decimal): -15311362 or 16669974. OLE color: 16669974.
HSL color Cylindrical-coordinate representation of color #165DFE: hue angle of 221.64º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #165DFE is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 93 | 254 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.00 |
| HSL | 221.64º | 0.99% | 0.54% | - |
| HSV(B) | 221.64º | 0.91% | 1% | - |
| XYZ | 22.13 | 15.16 | 95.52 | - |
| YUV | 90.13 | 220.48 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 254 | 0.91 | 0.63 | 0 | 0.00 | 221.64 | 0.99 | 0.54 |
| Hex | 16 | 5D | FE | 5B | 3F | 0 | 0 | DE | 63 | 36 |
| Octal | 26 | 135 | 376 | 133 | 77 | 0 | 0 | 336 | 143 | 66 |
| Binary | 10110 | 1011101 | 11111110 | 1011011 | 111111 | 0 | 0 | 11011110 | 1100011 | 110110 |
Color Harmonies of #165DFE
Complementary color
Monochromatic Colors of #165DFE
Black with #165DFE
Text Example
Text Example
White with #165DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165DFE; }
p { color: rgb(22,93,254); }
H1.HeaderClassName
{
color: #165DFE;
}
.AnyTagClassName
{
color: #165DFE;
}
</style>
background-color css
<style>
a { background-color: #165DFE; }
a { background-color: rgb(22,93,254); }
div.DivClassName
{
background-color: #165DFE;
}
.BgClassName
{
background-color: #165DFE;
}
</style>
border-color css
<style>
span { border-color: #165DFE; }
span { border-color: rgb(22,93,254); }
td.TdClassName
{
border-color: #165DFE;
}
.TagClassName
{
border-color: #165DFE;
}
</style>