Html Css Color HEX #5073FD Royal Blue

📋 copy color: '#5073FD'

red 80 ◦ green 115 ◦ blue 253

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

Shades of Royal Blue #5073FD

Tints of Royal Blue #5073FD

RGB

 RED value IS 80 (31.64% from 255) = 17.86%

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

 BLUE value IS 253 (99.22% from 255) = 56.47%

R = 17.86%
G = 25.67%
B = 56.47%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5073FD (or 0x5073FD) is known color: Royal Blue. HEX triplet: 50, 73 and FD. RGB value is (80,115,253). Sum of RGB (Red+Green+Blue) = 80+115+253=448 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.86% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #5073FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5073FD is #AF8C02. Grayscale: #777777. Windows color (decimal): -11504643 or 16610128. OLE color: 16610128.

HSL color Cylindrical-coordinate representation of color #5073FD: hue angle of 227.86º degrees, saturation: 0.98, 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 #5073FD is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 115 253 -
CMYK 0.68 0.55 0 0.01
HSL 227.86º 0.98% 0.65% -
HSV(B) 227.86º 0.68% 0.99% -
XYZ 27.17 21.06 95.56 -
YUV 120.27 202.9 99.28 -
System Red Green Blue C M Y K H S L
Decimal 80 115 253 0.68 0.55 0 0.01 227.86 0.98 0.65
Hex 50 73 FD 44 37 0 1 E4 62 41
Octal 120 163 375 104 67 0 1 344 142 101
Binary 1010000 1110011 11111101 1000100 110111 0 1 11100100 1100010 1000001

Color Harmonies of #5073FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5073FD

Black with #5073FD

Text Example


Text Example

White with #5073FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5073FD; }

 p { color: rgb(80,115,253); }

 H1.HeaderClassName
 {
   color: #5073FD;
 }
 .AnyTagClassName
 {
   color: #5073FD;
 }
</style>

background-color css

<style>
 a { background-color: #5073FD; }

 a { background-color: rgb(80,115,253); }

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

border-color css

<style>
 span { border-color: #5073FD; }

 span { border-color: rgb(80,115,253); }

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