Shades of Royal Blue #165EFE
Tints of Royal Blue #165EFE
RGB
CMYK
RGB Variations
Color information
#165EFE (or 0x165EFE) is known color: Royal Blue. HEX triplet: 16, 5E and FE. RGB value is (22,94,254). Sum of RGB (Red+Green+Blue) = 22+94+254=370 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.95% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #165EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165EFE is #E9A101. Grayscale: #5A5A5A. Windows color (decimal): -15311106 or 16670230. OLE color: 16670230.
HSL color Cylindrical-coordinate representation of color #165EFE: hue angle of 221.38º 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 #165EFE is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 94 | 254 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.00 |
| HSL | 221.38º | 0.99% | 0.54% | - |
| HSV(B) | 221.38º | 0.91% | 1% | - |
| XYZ | 22.22 | 15.33 | 95.55 | - |
| YUV | 90.71 | 220.15 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 254 | 0.91 | 0.63 | 0 | 0.00 | 221.38 | 0.99 | 0.54 |
| Hex | 16 | 5E | FE | 5B | 3F | 0 | 0 | DD | 63 | 36 |
| Octal | 26 | 136 | 376 | 133 | 77 | 0 | 0 | 335 | 143 | 66 |
| Binary | 10110 | 1011110 | 11111110 | 1011011 | 111111 | 0 | 0 | 11011101 | 1100011 | 110110 |
Color Harmonies of #165EFE
Complementary color
Monochromatic Colors of #165EFE
Black with #165EFE
Text Example
Text Example
White with #165EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165EFE; }
p { color: rgb(22,94,254); }
H1.HeaderClassName
{
color: #165EFE;
}
.AnyTagClassName
{
color: #165EFE;
}
</style>
background-color css
<style>
a { background-color: #165EFE; }
a { background-color: rgb(22,94,254); }
div.DivClassName
{
background-color: #165EFE;
}
.BgClassName
{
background-color: #165EFE;
}
</style>
border-color css
<style>
span { border-color: #165EFE; }
span { border-color: rgb(22,94,254); }
td.TdClassName
{
border-color: #165EFE;
}
.TagClassName
{
border-color: #165EFE;
}
</style>