Html Css Color HEX #5073DE Royal Blue

📋 copy color: '#5073DE'

red 80 ◦ green 115 ◦ blue 222

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

Shades of Royal Blue #5073DE

Tints of Royal Blue #5073DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.24%

R = 19.18%
G = 27.58%
B = 53.24%

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

#5073DE (or 0x5073DE) is known color: Royal Blue. HEX triplet: 50, 73 and DE. RGB value is (80,115,222). Sum of RGB (Red+Green+Blue) = 80+115+222=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #5073DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5073DE is #AF8C21. Grayscale: #747474. Windows color (decimal): -11504674 or 14578512. OLE color: 14578512.

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

Color convert

RGB 80 115 222 -
CMYK 0.64 0.48 0 0.13
HSL 225.21º 0.68% 0.59% -
HSV(B) 225.21º 0.64% 0.87% -
XYZ 22.62 19.24 71.63 -
YUV 116.73 187.4 101.8 -
System Red Green Blue C M Y K H S L
Decimal 80 115 222 0.64 0.48 0 0.13 225.21 0.68 0.59
Hex 50 73 DE 40 30 0 D E1 44 3B
Octal 120 163 336 100 60 0 15 341 104 73
Binary 1010000 1110011 11011110 1000000 110000 0 1101 11100001 1000100 111011

Color Harmonies of #5073DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5073DE

Black with #5073DE

Text Example


Text Example

White with #5073DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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