Html Css Color HEX #5173FB Royal Blue

📋 copy color: '#5173FB'

red 81 ◦ green 115 ◦ blue 251

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

Shades of Royal Blue #5173FB

Tints of Royal Blue #5173FB

RGB

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

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

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

R = 18.12%
G = 25.73%
B = 56.15%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5173FB (or 0x5173FB) is known color: Royal Blue. HEX triplet: 51, 73 and FB. RGB value is (81,115,251). Sum of RGB (Red+Green+Blue) = 81+115+251=447 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.12% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #5173FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5173FB is #AE8C04. Grayscale: #777777. Windows color (decimal): -11439109 or 16479057. OLE color: 16479057.

HSL color Cylindrical-coordinate representation of color #5173FB: hue angle of 228º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5173FB is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 115 251 -
CMYK 0.68 0.54 0 0.02
HSL 228º 0.96% 0.65% -
HSV(B) 228º 0.68% 0.98% -
XYZ 26.94 20.98 93.9 -
YUV 120.34 201.74 99.94 -
System Red Green Blue C M Y K H S L
Decimal 81 115 251 0.68 0.54 0 0.02 228 0.96 0.65
Hex 51 73 FB 44 36 0 2 E4 60 41
Octal 121 163 373 104 66 0 2 344 140 101
Binary 1010001 1110011 11111011 1000100 110110 0 10 11100100 1100000 1000001

Color Harmonies of #5173FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5173FB

Black with #5173FB

Text Example


Text Example

White with #5173FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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