Html Css Color HEX #5377EF Royal Blue

📋 copy color: '#5377EF'

red 83 ◦ green 119 ◦ blue 239

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

Shades of Royal Blue #5377EF

Tints of Royal Blue #5377EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.2%

R = 18.82%
G = 26.98%
B = 54.2%

CMYK

 C value IS 0.65

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5377EF (or 0x5377EF) is known color: Royal Blue. HEX triplet: 53, 77 and EF. RGB value is (83,119,239). Sum of RGB (Red+Green+Blue) = 83+119+239=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #5377EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5377EF is #AC8810. Grayscale: #797979. Windows color (decimal): -11307025 or 15693651. OLE color: 15693651.

HSL color Cylindrical-coordinate representation of color #5377EF: hue angle of 226.15º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5377EF is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 119 239 -
CMYK 0.65 0.50 0 0.06
HSL 226.15º 0.83% 0.63% -
HSV(B) 226.15º 0.65% 0.94% -
XYZ 25.74 21.26 84.41 -
YUV 121.92 194.07 100.24 -
System Red Green Blue C M Y K H S L
Decimal 83 119 239 0.65 0.50 0 0.06 226.15 0.83 0.63
Hex 53 77 EF 41 32 0 6 E2 53 3F
Octal 123 167 357 101 62 0 6 342 123 77
Binary 1010011 1110111 11101111 1000001 110010 0 110 11100010 1010011 111111

Color Harmonies of #5377EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5377EF

Black with #5377EF

Text Example


Text Example

White with #5377EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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