Html Css Color HEX #5173FE Royal Blue

📋 copy color: '#5173FE'

red 81 ◦ green 115 ◦ blue 254

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

Shades of Royal Blue #5173FE

Tints of Royal Blue #5173FE

RGB

 RED value IS 81 (32.03% from 255) = 18%

 GREEN value IS 115 (45.31% from 255) = 25.56%

 BLUE value IS 254 (99.61% from 255) = 56.44%

R = 18%
G = 25.56%
B = 56.44%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5173FE (or 0x5173FE) is known color: Royal Blue. HEX triplet: 51, 73 and FE. RGB value is (81,115,254). Sum of RGB (Red+Green+Blue) = 81+115+254=450 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #5173FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5173FE is #AE8C01. Grayscale: #787878. Windows color (decimal): -11439106 or 16675665. OLE color: 16675665.

HSL color Cylindrical-coordinate representation of color #5173FE: hue angle of 228.21º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5173FE is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 81 115 254 -
CMYK 0.68 0.55 0 0.00
HSL 228.21º 0.99% 0.66% -
HSV(B) 228.21º 0.68% 1% -
XYZ 27.41 21.17 96.41 -
YUV 120.68 203.24 99.7 -
System Red Green Blue C M Y K H S L
Decimal 81 115 254 0.68 0.55 0 0.00 228.21 0.99 0.66
Hex 51 73 FE 44 37 0 0 E4 63 42
Octal 121 163 376 104 67 0 0 344 143 102
Binary 1010001 1110011 11111110 1000100 110111 0 0 11100100 1100011 1000010

Color Harmonies of #5173FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5173FE

Black with #5173FE

Text Example


Text Example

White with #5173FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5173FE; }

 p { color: rgb(81,115,254); }

 H1.HeaderClassName
 {
   color: #5173FE;
 }
 .AnyTagClassName
 {
   color: #5173FE;
 }
</style>

background-color css

<style>
 a { background-color: #5173FE; }

 a { background-color: rgb(81,115,254); }

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

border-color css

<style>
 span { border-color: #5173FE; }

 span { border-color: rgb(81,115,254); }

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