Html Css Color HEX #5373EB Royal Blue

📋 copy color: '#5373EB'

red 83 ◦ green 115 ◦ blue 235

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

Shades of Royal Blue #5373EB

Tints of Royal Blue #5373EB

RGB

 RED value IS 83 (32.81% from 255) = 19.17%

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

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

R = 19.17%
G = 26.56%
B = 54.27%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5373EB (or 0x5373EB) is known color: Royal Blue. HEX triplet: 53, 73 and EB. RGB value is (83,115,235). Sum of RGB (Red+Green+Blue) = 83+115+235=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #5373EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5373EB is #AC8C14. Grayscale: #767676. Windows color (decimal): -11308053 or 15430483. OLE color: 15430483.

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

Color convert

RGB 83 115 235 -
CMYK 0.65 0.51 0 0.08
HSL 227.37º 0.79% 0.62% -
HSV(B) 227.37º 0.65% 0.92% -
XYZ 24.69 20.1 81.18 -
YUV 119.11 193.4 102.24 -
System Red Green Blue C M Y K H S L
Decimal 83 115 235 0.65 0.51 0 0.08 227.37 0.79 0.62
Hex 53 73 EB 41 33 0 8 E3 4F 3E
Octal 123 163 353 101 63 0 10 343 117 76
Binary 1010011 1110011 11101011 1000001 110011 0 1000 11100011 1001111 111110

Color Harmonies of #5373EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5373EB

Black with #5373EB

Text Example


Text Example

White with #5373EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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