Html Css Color HEX #5073EB Royal Blue

📋 copy color: '#5073EB'

red 80 ◦ green 115 ◦ blue 235

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

Shades of Royal Blue #5073EB

Tints of Royal Blue #5073EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.65%

R = 18.6%
G = 26.74%
B = 54.65%

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

#5073EB (or 0x5073EB) is known color: Royal Blue. HEX triplet: 50, 73 and EB. RGB value is (80,115,235). Sum of RGB (Red+Green+Blue) = 80+115+235=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #5073EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5073EB is #AF8C14. Grayscale: #757575. Windows color (decimal): -11504661 or 15430480. OLE color: 15430480.

HSL color Cylindrical-coordinate representation of color #5073EB: hue angle of 226.45º 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 #5073EB is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 115 235 -
CMYK 0.66 0.51 0 0.08
HSL 226.45º 0.79% 0.62% -
HSV(B) 226.45º 0.66% 0.92% -
XYZ 24.43 19.97 81.16 -
YUV 118.22 193.9 100.74 -
System Red Green Blue C M Y K H S L
Decimal 80 115 235 0.66 0.51 0 0.08 226.45 0.79 0.62
Hex 50 73 EB 42 33 0 8 E2 4F 3E
Octal 120 163 353 102 63 0 10 342 117 76
Binary 1010000 1110011 11101011 1000010 110011 0 1000 11100010 1001111 111110

Color Harmonies of #5073EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5073EB

Black with #5073EB

Text Example


Text Example

White with #5073EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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