Html Css Color HEX #165CFA Royal Blue

📋 copy color: '#165CFA'

red 22 ◦ green 92 ◦ blue 250

#165CFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #165CFA

Tints of Royal Blue #165CFA

RGB

 RED value IS 22 (8.98% from 255) = 6.04%

 GREEN value IS 92 (36.33% from 255) = 25.27%

 BLUE value IS 250 (98.05% from 255) = 68.68%

R = 6.04%
G = 25.27%
B = 68.68%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#165CFA (or 0x165CFA) is known color: Royal Blue. HEX triplet: 16, 5C and FA. RGB value is (22,92,250). Sum of RGB (Red+Green+Blue) = 22+92+250=364 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.04% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #165CFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165CFA is #E9A305. Grayscale: #585858. Windows color (decimal): -15311622 or 16407574. OLE color: 16407574.

HSL color Cylindrical-coordinate representation of color #165CFA: hue angle of 221.58º degrees, saturation: 0.96, 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 #165CFA is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 22 92 250 -
CMYK 0.91 0.63 0 0.02
HSL 221.58º 0.96% 0.53% -
HSV(B) 221.58º 0.91% 0.98% -
XYZ 21.41 14.73 92.16 -
YUV 89.08 218.81 80.15 -
System Red Green Blue C M Y K H S L
Decimal 22 92 250 0.91 0.63 0 0.02 221.58 0.96 0.53
Hex 16 5C FA 5B 3F 0 2 DE 60 35
Octal 26 134 372 133 77 0 2 336 140 65
Binary 10110 1011100 11111010 1011011 111111 0 10 11011110 1100000 110101

Color Harmonies of #165CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165CFA

Black with #165CFA

Text Example


Text Example

White with #165CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #165CFA;
 }
 .AnyTagClassName
 {
   color: #165CFA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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