#165cf9

Color #165CF9 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #165CF9

Tints of Royal Blue #165CF9

Color information

#165CF9 (or 0x165CF9) is unknown color: approx Royal Blue. HEX triplet: 16, 5C and F9. RGB value is (22,92,249). Sum of RGB (Red+Green+Blue) = 22+92+249=363 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.06% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 249 (97.66% from 255 or 68.60% from 363); Max value from RGB is 249 - color contains mainly: blue. Hex color #165CF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165CF9 is #E9A306. Grayscale: #585858. Windows color (decimal): -15311623 or 16342038. OLE color: 16342038.

HSL color Cylindrical-coordinate representation of color #165CF9: hue angle of 221.5º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #165CF9 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2292249-
CMYK0.910.6300.02
HSL221.5º94.98%53.14%-
HSV(B)221.5º91.16%97.65%-
XYZ21.2614.6691.33-
YUV88.97218.3180.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 6.06%
GREEN value IS 92 (36.33% from 255) = 25.34%
BLUE value IS 249 (97.66% from 255) = 68.60%
R=6.06%
G=25.34%
B=68.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal22922490.910.6300.02221.594.9853.14
Hex165CF95B3F02dd5f35
Octal26134371133770233513765
Binary101101011100111110011011011111111010110111011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165cf9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165cf9; }

 p { color: rgb(22,92,249); }

 H1.HeaderClassName
 {
   color: #165cf9;
 }
 .AnyTagClassName
 {
   color: #165cf9;
 }
</style>
background-color css

<style>
 a { background-color: #165cf9; }

 a { background-color: rgb(22,92,249); }

 div.DivClassName
 {
   background-color: #165cf9;
 }
 .BgClassName
 {
   background-color: #165cf9;
 }
</style>
border-color css

<style>
 span { border-color: #165cf9; }

 span { border-color: rgb(22,92,249); }

 td.TdClassName
 {
   border-color: #165cf9;
 }
 .TagClassName
 {
   border-color: #165cf9;
 }
</style>