Html Css Color HEX #5173FC Royal Blue

📋 copy color: '#5173FC'

red 81 ◦ green 115 ◦ blue 252

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

Shades of Royal Blue #5173FC

Tints of Royal Blue #5173FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.25%

R = 18.08%
G = 25.67%
B = 56.25%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5173FC (or 0x5173FC) is known color: Royal Blue. HEX triplet: 51, 73 and FC. RGB value is (81,115,252). Sum of RGB (Red+Green+Blue) = 81+115+252=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #5173FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5173FC is #AE8C03. Grayscale: #777777. Windows color (decimal): -11439108 or 16544593. OLE color: 16544593.

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

Color convert

RGB 81 115 252 -
CMYK 0.68 0.54 0 0.01
HSL 228.07º 0.97% 0.65% -
HSV(B) 228.07º 0.68% 0.99% -
XYZ 27.09 21.04 94.73 -
YUV 120.45 202.24 99.86 -
System Red Green Blue C M Y K H S L
Decimal 81 115 252 0.68 0.54 0 0.01 228.07 0.97 0.65
Hex 51 73 FC 44 36 0 1 E4 61 41
Octal 121 163 374 104 66 0 1 344 141 101
Binary 1010001 1110011 11111100 1000100 110110 0 1 11100100 1100001 1000001

Color Harmonies of #5173FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5173FC

Black with #5173FC

Text Example


Text Example

White with #5173FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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