Html Css Color HEX #5073EA Royal Blue

📋 copy color: '#5073EA'

red 80 ◦ green 115 ◦ blue 234

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

Shades of Royal Blue #5073EA

Tints of Royal Blue #5073EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.55%

R = 18.65%
G = 26.81%
B = 54.55%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5073EA (or 0x5073EA) is known color: Royal Blue. HEX triplet: 50, 73 and EA. RGB value is (80,115,234). Sum of RGB (Red+Green+Blue) = 80+115+234=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #5073EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5073EA is #AF8C15. Grayscale: #757575. Windows color (decimal): -11504662 or 15364944. OLE color: 15364944.

HSL color Cylindrical-coordinate representation of color #5073EA: hue angle of 226.36º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5073EA is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 115 234 -
CMYK 0.66 0.51 0 0.08
HSL 226.36º 0.79% 0.62% -
HSV(B) 226.36º 0.66% 0.92% -
XYZ 24.29 19.91 80.4 -
YUV 118.1 193.4 100.82 -
System Red Green Blue C M Y K H S L
Decimal 80 115 234 0.66 0.51 0 0.08 226.36 0.79 0.62
Hex 50 73 EA 42 33 0 8 E2 4F 3E
Octal 120 163 352 102 63 0 10 342 117 76
Binary 1010000 1110011 11101010 1000010 110011 0 1000 11100010 1001111 111110

Color Harmonies of #5073EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5073EA

Black with #5073EA

Text Example


Text Example

White with #5073EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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