Html Css Color HEX #164EFB Royal Blue

📋 copy color: '#164EFB'

red 22 ◦ green 78 ◦ blue 251

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

Shades of Royal Blue #164EFB

Tints of Royal Blue #164EFB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.22%

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

R = 6.27%
G = 22.22%
B = 71.51%

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

#164EFB (or 0x164EFB) is known color: Royal Blue. HEX triplet: 16, 4E and FB. RGB value is (22,78,251). Sum of RGB (Red+Green+Blue) = 22+78+251=351 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.27% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 251 (98.44% from 255 or 71.51% from 351); Max value from RGB is 251 - color contains mainly: blue. Hex color #164EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #164EFB is #E9B104. Grayscale: #505050. Windows color (decimal): -15315205 or 16469526. OLE color: 16469526.

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

Color convert

RGB 22 78 251 -
CMYK 0.91 0.69 0 0.02
HSL 225.33º 0.97% 0.54% -
HSV(B) 225.33º 0.91% 0.98% -
XYZ 20.47 12.58 92.62 -
YUV 80.98 223.95 85.93 -
System Red Green Blue C M Y K H S L
Decimal 22 78 251 0.91 0.69 0 0.02 225.33 0.97 0.54
Hex 16 4E FB 5B 45 0 2 E1 61 36
Octal 26 116 373 133 105 0 2 341 141 66
Binary 10110 1001110 11111011 1011011 1000101 0 10 11100001 1100001 110110

Color Harmonies of #164EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164EFB

Black with #164EFB

Text Example


Text Example

White with #164EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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