Html Css Color HEX #5379DC Royal Blue

📋 copy color: '#5379DC'

red 83 ◦ green 121 ◦ blue 220

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

Shades of Royal Blue #5379DC

Tints of Royal Blue #5379DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.89%

R = 19.58%
G = 28.54%
B = 51.89%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5379DC (or 0x5379DC) is known color: Royal Blue. HEX triplet: 53, 79 and DC. RGB value is (83,121,220). Sum of RGB (Red+Green+Blue) = 83+121+220=424 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.58% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #5379DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5379DC is #AC8623. Grayscale: #787878. Windows color (decimal): -11306532 or 14448979. OLE color: 14448979.

HSL color Cylindrical-coordinate representation of color #5379DC: hue angle of 223.36º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5379DC is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 121 220 -
CMYK 0.62 0.45 0 0.14
HSL 223.36º 0.66% 0.59% -
HSV(B) 223.36º 0.62% 0.86% -
XYZ 23.32 20.68 70.47 -
YUV 120.92 183.91 100.95 -
System Red Green Blue C M Y K H S L
Decimal 83 121 220 0.62 0.45 0 0.14 223.36 0.66 0.59
Hex 53 79 DC 3E 2D 0 E DF 42 3B
Octal 123 171 334 76 55 0 16 337 102 73
Binary 1010011 1111001 11011100 111110 101101 0 1110 11011111 1000010 111011

Color Harmonies of #5379DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5379DC

Black with #5379DC

Text Example


Text Example

White with #5379DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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