Html Css Color HEX #164CFB Royal Blue

📋 copy color: '#164CFB'

red 22 ◦ green 76 ◦ blue 251

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

Shades of Royal Blue #164CFB

Tints of Royal Blue #164CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.78%

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

R = 6.3%
G = 21.78%
B = 71.92%

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

#164CFB (or 0x164CFB) is known color: Royal Blue. HEX triplet: 16, 4C and FB. RGB value is (22,76,251). Sum of RGB (Red+Green+Blue) = 22+76+251=349 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.30% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 251 (98.44% from 255 or 71.92% from 349); Max value from RGB is 251 - color contains mainly: blue. Hex color #164CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #164CFB is #E9B304. Grayscale: #4F4F4F. Windows color (decimal): -15315717 or 16469014. OLE color: 16469014.

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

Color convert

RGB 22 76 251 -
CMYK 0.91 0.70 0 0.02
HSL 225.85º 0.97% 0.54% -
HSV(B) 225.85º 0.91% 0.98% -
XYZ 20.33 12.3 92.57 -
YUV 79.8 224.61 86.77 -
System Red Green Blue C M Y K H S L
Decimal 22 76 251 0.91 0.70 0 0.02 225.85 0.97 0.54
Hex 16 4C FB 5B 46 0 2 E2 61 36
Octal 26 114 373 133 106 0 2 342 141 66
Binary 10110 1001100 11111011 1011011 1000110 0 10 11100010 1100001 110110

Color Harmonies of #164CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164CFB

Black with #164CFB

Text Example


Text Example

White with #164CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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