Html Css Color HEX #164DF4 Royal Blue

📋 copy color: '#164DF4'

red 22 ◦ green 77 ◦ blue 244

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

Shades of Royal Blue #164DF4

Tints of Royal Blue #164DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 71.14%

R = 6.41%
G = 22.45%
B = 71.14%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#164DF4 (or 0x164DF4) is known color: Royal Blue. HEX triplet: 16, 4D and F4. RGB value is (22,77,244). Sum of RGB (Red+Green+Blue) = 22+77+244=343 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.41% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 244 (95.70% from 255 or 71.14% from 343); Max value from RGB is 244 - color contains mainly: blue. Hex color #164DF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #164DF4 is #E9B20B. Grayscale: #4E4E4E. Windows color (decimal): -15315468 or 16010518. OLE color: 16010518.

HSL color Cylindrical-coordinate representation of color #164DF4: hue angle of 225.14º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #164DF4 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 22 77 244 -
CMYK 0.91 0.68 0 0.04
HSL 225.14º 0.91% 0.52% -
HSV(B) 225.14º 0.91% 0.96% -
XYZ 19.31 12.01 86.89 -
YUV 79.59 220.78 86.92 -
System Red Green Blue C M Y K H S L
Decimal 22 77 244 0.91 0.68 0 0.04 225.14 0.91 0.52
Hex 16 4D F4 5B 44 0 4 E1 5B 34
Octal 26 115 364 133 104 0 4 341 133 64
Binary 10110 1001101 11110100 1011011 1000100 0 100 11100001 1011011 110100

Color Harmonies of #164DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164DF4

Black with #164DF4

Text Example


Text Example

White with #164DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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