Html Css Color HEX #5079DA Royal Blue

📋 copy color: '#5079DA'

red 80 ◦ green 121 ◦ blue 218

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

Shades of Royal Blue #5079DA

Tints of Royal Blue #5079DA

RGB

 RED value IS 80 (31.64% from 255) = 19.09%

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

 BLUE value IS 218 (85.55% from 255) = 52.03%

R = 19.09%
G = 28.88%
B = 52.03%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5079DA (or 0x5079DA) is known color: Royal Blue. HEX triplet: 50, 79 and DA. RGB value is (80,121,218). Sum of RGB (Red+Green+Blue) = 80+121+218=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #5079DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5079DA is #AF8625. Grayscale: #777777. Windows color (decimal): -11503142 or 14317904. OLE color: 14317904.

HSL color Cylindrical-coordinate representation of color #5079DA: hue angle of 222.17º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5079DA is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 121 218 -
CMYK 0.63 0.44 0 0.15
HSL 222.17º 0.65% 0.58% -
HSV(B) 222.17º 0.63% 0.85% -
XYZ 22.8 20.44 69.07 -
YUV 119.8 183.42 99.61 -
System Red Green Blue C M Y K H S L
Decimal 80 121 218 0.63 0.44 0 0.15 222.17 0.65 0.58
Hex 50 79 DA 3F 2C 0 F DE 41 3A
Octal 120 171 332 77 54 0 17 336 101 72
Binary 1010000 1111001 11011010 111111 101100 0 1111 11011110 1000001 111010

Color Harmonies of #5079DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5079DA

Black with #5079DA

Text Example


Text Example

White with #5079DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5079DA; }

 p { color: rgb(80,121,218); }

 H1.HeaderClassName
 {
   color: #5079DA;
 }
 .AnyTagClassName
 {
   color: #5079DA;
 }
</style>

background-color css

<style>
 a { background-color: #5079DA; }

 a { background-color: rgb(80,121,218); }

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

border-color css

<style>
 span { border-color: #5079DA; }

 span { border-color: rgb(80,121,218); }

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