Html Css Color HEX #5379ED Royal Blue

📋 copy color: '#5379ED'

red 83 ◦ green 121 ◦ blue 237

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

Shades of Royal Blue #5379ED

Tints of Royal Blue #5379ED

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.44%

 BLUE value IS 237 (92.97% from 255) = 53.74%

R = 18.82%
G = 27.44%
B = 53.74%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5379ED (or 0x5379ED) is known color: Royal Blue. HEX triplet: 53, 79 and ED. RGB value is (83,121,237). Sum of RGB (Red+Green+Blue) = 83+121+237=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #5379ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5379ED is #AC8612. Grayscale: #7A7A7A. Windows color (decimal): -11306515 or 15563091. OLE color: 15563091.

HSL color Cylindrical-coordinate representation of color #5379ED: hue angle of 225.19º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5379ED is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 121 237 -
CMYK 0.65 0.49 0 0.07
HSL 225.19º 0.81% 0.63% -
HSV(B) 225.19º 0.65% 0.93% -
XYZ 25.69 21.63 82.94 -
YUV 122.86 192.41 99.57 -
System Red Green Blue C M Y K H S L
Decimal 83 121 237 0.65 0.49 0 0.07 225.19 0.81 0.63
Hex 53 79 ED 41 31 0 7 E1 51 3F
Octal 123 171 355 101 61 0 7 341 121 77
Binary 1010011 1111001 11101101 1000001 110001 0 111 11100001 1010001 111111

Color Harmonies of #5379ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5379ED

Black with #5379ED

Text Example


Text Example

White with #5379ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5379ED; }

 p { color: rgb(83,121,237); }

 H1.HeaderClassName
 {
   color: #5379ED;
 }
 .AnyTagClassName
 {
   color: #5379ED;
 }
</style>

background-color css

<style>
 a { background-color: #5379ED; }

 a { background-color: rgb(83,121,237); }

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

border-color css

<style>
 span { border-color: #5379ED; }

 span { border-color: rgb(83,121,237); }

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