Html Css Color HEX #165AFB Royal Blue

📋 copy color: '#165AFB'

red 22 ◦ green 90 ◦ blue 251

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

Shades of Royal Blue #165AFB

Tints of Royal Blue #165AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.79%

 BLUE value IS 251 (98.44% from 255) = 69.15%

R = 6.06%
G = 24.79%
B = 69.15%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#165AFB (or 0x165AFB) is known color: Royal Blue. HEX triplet: 16, 5A and FB. RGB value is (22,90,251). Sum of RGB (Red+Green+Blue) = 22+90+251=363 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.06% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #165AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165AFB is #E9A504. Grayscale: #575757. Windows color (decimal): -15312133 or 16472598. OLE color: 16472598.

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

Color convert

RGB 22 90 251 -
CMYK 0.91 0.64 0 0.02
HSL 222.18º 0.97% 0.54% -
HSV(B) 222.18º 0.91% 0.98% -
XYZ 21.4 14.45 92.93 -
YUV 88.02 219.97 80.91 -
System Red Green Blue C M Y K H S L
Decimal 22 90 251 0.91 0.64 0 0.02 222.18 0.97 0.54
Hex 16 5A FB 5B 40 0 2 DE 61 36
Octal 26 132 373 133 100 0 2 336 141 66
Binary 10110 1011010 11111011 1011011 1000000 0 10 11011110 1100001 110110

Color Harmonies of #165AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165AFB

Black with #165AFB

Text Example


Text Example

White with #165AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,90,251); }

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

background-color css

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

 a { background-color: rgb(22,90,251); }

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

border-color css

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

 span { border-color: rgb(22,90,251); }

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