Html Css Color HEX #5377EB Royal Blue

📋 copy color: '#5377EB'

red 83 ◦ green 119 ◦ blue 235

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

Shades of Royal Blue #5377EB

Tints of Royal Blue #5377EB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.23%

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

R = 18.99%
G = 27.23%
B = 53.78%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5377EB (or 0x5377EB) is known color: Royal Blue. HEX triplet: 53, 77 and EB. RGB value is (83,119,235). Sum of RGB (Red+Green+Blue) = 83+119+235=437 (57% of max value = 765). Red value is 83 (32.81% from 255 or 18.99% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #5377EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5377EB is #AC8814. Grayscale: #787878. Windows color (decimal): -11307029 or 15431507. OLE color: 15431507.

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

Color convert

RGB 83 119 235 -
CMYK 0.65 0.49 0 0.08
HSL 225.79º 0.79% 0.62% -
HSV(B) 225.79º 0.65% 0.92% -
XYZ 25.16 21.03 81.33 -
YUV 121.46 192.07 100.57 -
System Red Green Blue C M Y K H S L
Decimal 83 119 235 0.65 0.49 0 0.08 225.79 0.79 0.62
Hex 53 77 EB 41 31 0 8 E2 4F 3E
Octal 123 167 353 101 61 0 10 342 117 76
Binary 1010011 1110111 11101011 1000001 110001 0 1000 11100010 1001111 111110

Color Harmonies of #5377EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5377EB

Black with #5377EB

Text Example


Text Example

White with #5377EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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