Html Css Color HEX #5173DF Royal Blue

📋 copy color: '#5173DF'

red 81 ◦ green 115 ◦ blue 223

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

Shades of Royal Blue #5173DF

Tints of Royal Blue #5173DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.22%

R = 19.33%
G = 27.45%
B = 53.22%

CMYK

 C value IS 0.64

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5173DF (or 0x5173DF) is known color: Royal Blue. HEX triplet: 51, 73 and DF. RGB value is (81,115,223). Sum of RGB (Red+Green+Blue) = 81+115+223=419 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.33% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #5173DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5173DF is #AE8C20. Grayscale: #747474. Windows color (decimal): -11439137 or 14644049. OLE color: 14644049.

HSL color Cylindrical-coordinate representation of color #5173DF: hue angle of 225.63º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5173DF is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 115 223 -
CMYK 0.64 0.48 0 0.13
HSL 225.63º 0.69% 0.6% -
HSV(B) 225.63º 0.64% 0.87% -
XYZ 22.84 19.34 72.34 -
YUV 117.15 187.74 102.22 -
System Red Green Blue C M Y K H S L
Decimal 81 115 223 0.64 0.48 0 0.13 225.63 0.69 0.6
Hex 51 73 DF 40 30 0 D E2 45 3C
Octal 121 163 337 100 60 0 15 342 105 74
Binary 1010001 1110011 11011111 1000000 110000 0 1101 11100010 1000101 111100

Color Harmonies of #5173DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5173DF

Black with #5173DF

Text Example


Text Example

White with #5173DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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