Html Css Color HEX #164DF3 Royal Blue

📋 copy color: '#164DF3'

red 22 ◦ green 77 ◦ blue 243

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

Shades of Royal Blue #164DF3

Tints of Royal Blue #164DF3

RGB

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

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

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

R = 6.43%
G = 22.51%
B = 71.05%

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

#164DF3 (or 0x164DF3) is known color: Royal Blue. HEX triplet: 16, 4D and F3. RGB value is (22,77,243). Sum of RGB (Red+Green+Blue) = 22+77+243=342 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.43% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 243 (95.31% from 255 or 71.05% from 342); Max value from RGB is 243 - color contains mainly: blue. Hex color #164DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #164DF3 is #E9B20C. Grayscale: #4E4E4E. Windows color (decimal): -15315469 or 15944982. OLE color: 15944982.

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

Color convert

RGB 22 77 243 -
CMYK 0.91 0.68 0 0.05
HSL 225.07º 0.9% 0.52% -
HSV(B) 225.07º 0.91% 0.95% -
XYZ 19.16 11.95 86.09 -
YUV 79.48 220.28 87 -
System Red Green Blue C M Y K H S L
Decimal 22 77 243 0.91 0.68 0 0.05 225.07 0.9 0.52
Hex 16 4D F3 5B 44 0 5 E1 5A 34
Octal 26 115 363 133 104 0 5 341 132 64
Binary 10110 1001101 11110011 1011011 1000100 0 101 11100001 1011010 110100

Color Harmonies of #164DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164DF3

Black with #164DF3

Text Example


Text Example

White with #164DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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