Html Css Color HEX #164BFB Royal Blue

📋 copy color: '#164BFB'

red 22 ◦ green 75 ◦ blue 251

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

Shades of Royal Blue #164BFB

Tints of Royal Blue #164BFB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.55%

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

R = 6.32%
G = 21.55%
B = 72.13%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#164BFB (or 0x164BFB) is known color: Royal Blue. HEX triplet: 16, 4B and FB. RGB value is (22,75,251). Sum of RGB (Red+Green+Blue) = 22+75+251=348 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.32% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 251 (98.44% from 255 or 72.13% from 348); Max value from RGB is 251 - color contains mainly: blue. Hex color #164BFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #164BFB is #E9B404. Grayscale: #4E4E4E. Windows color (decimal): -15315973 or 16468758. OLE color: 16468758.

HSL color Cylindrical-coordinate representation of color #164BFB: hue angle of 226.11º 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 #164BFB is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 22 75 251 -
CMYK 0.91 0.70 0 0.02
HSL 226.11º 0.97% 0.54% -
HSV(B) 226.11º 0.91% 0.98% -
XYZ 20.26 12.17 92.55 -
YUV 79.22 224.94 87.19 -
System Red Green Blue C M Y K H S L
Decimal 22 75 251 0.91 0.70 0 0.02 226.11 0.97 0.54
Hex 16 4B FB 5B 46 0 2 E2 61 36
Octal 26 113 373 133 106 0 2 342 141 66
Binary 10110 1001011 11111011 1011011 1000110 0 10 11100010 1100001 110110

Color Harmonies of #164BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164BFB

Black with #164BFB

Text Example


Text Example

White with #164BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164BFB; }

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

 H1.HeaderClassName
 {
   color: #164BFB;
 }
 .AnyTagClassName
 {
   color: #164BFB;
 }
</style>

background-color css

<style>
 a { background-color: #164BFB; }

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

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

border-color css

<style>
 span { border-color: #164BFB; }

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

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