Html Css Color HEX #164DFB Royal Blue

📋 copy color: '#164DFB'

red 22 ◦ green 77 ◦ blue 251

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

Shades of Royal Blue #164DFB

Tints of Royal Blue #164DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22%

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

R = 6.29%
G = 22%
B = 71.71%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#164DFB (or 0x164DFB) is known color: Royal Blue. HEX triplet: 16, 4D and FB. RGB value is (22,77,251). Sum of RGB (Red+Green+Blue) = 22+77+251=350 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.29% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #164DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #164DFB is #E9B204. Grayscale: #4F4F4F. Windows color (decimal): -15315461 or 16469270. OLE color: 16469270.

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

Color convert

RGB 22 77 251 -
CMYK 0.91 0.69 0 0.02
HSL 225.59º 0.97% 0.54% -
HSV(B) 225.59º 0.91% 0.98% -
XYZ 20.4 12.44 92.59 -
YUV 80.39 224.28 86.35 -
System Red Green Blue C M Y K H S L
Decimal 22 77 251 0.91 0.69 0 0.02 225.59 0.97 0.54
Hex 16 4D FB 5B 45 0 2 E2 61 36
Octal 26 115 373 133 105 0 2 342 141 66
Binary 10110 1001101 11111011 1011011 1000101 0 10 11100010 1100001 110110

Color Harmonies of #164DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164DFB

Black with #164DFB

Text Example


Text Example

White with #164DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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