Html Css Color HEX #164EF3 Royal Blue

📋 copy color: '#164EF3'

red 22 ◦ green 78 ◦ blue 243

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

Shades of Royal Blue #164EF3

Tints of Royal Blue #164EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 70.85%

R = 6.41%
G = 22.74%
B = 70.85%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#164EF3 (or 0x164EF3) is known color: Royal Blue. HEX triplet: 16, 4E and F3. RGB value is (22,78,243). Sum of RGB (Red+Green+Blue) = 22+78+243=343 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.41% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 243 (95.31% from 255 or 70.85% from 343); Max value from RGB is 243 - color contains mainly: blue. Hex color #164EF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #164EF3 is #E9B10C. Grayscale: #4F4F4F. Windows color (decimal): -15315213 or 15945238. OLE color: 15945238.

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

Color convert

RGB 22 78 243 -
CMYK 0.91 0.68 0 0.05
HSL 224.8º 0.9% 0.52% -
HSV(B) 224.8º 0.91% 0.95% -
XYZ 19.23 12.09 86.11 -
YUV 80.07 219.95 86.58 -
System Red Green Blue C M Y K H S L
Decimal 22 78 243 0.91 0.68 0 0.05 224.8 0.9 0.52
Hex 16 4E F3 5B 44 0 5 E1 5A 34
Octal 26 116 363 133 104 0 5 341 132 64
Binary 10110 1001110 11110011 1011011 1000100 0 101 11100001 1011010 110100

Color Harmonies of #164EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164EF3

Black with #164EF3

Text Example


Text Example

White with #164EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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