Html Css Color HEX #5079ED Royal Blue

📋 copy color: '#5079ED'

red 80 ◦ green 121 ◦ blue 237

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

Shades of Royal Blue #5079ED

Tints of Royal Blue #5079ED

RGB

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

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

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

R = 18.26%
G = 27.63%
B = 54.11%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5079ED (or 0x5079ED) is known color: Royal Blue. HEX triplet: 50, 79 and ED. RGB value is (80,121,237). Sum of RGB (Red+Green+Blue) = 80+121+237=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #5079ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5079ED is #AF8612. Grayscale: #797979. Windows color (decimal): -11503123 or 15563088. OLE color: 15563088.

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

Color convert

RGB 80 121 237 -
CMYK 0.66 0.49 0 0.07
HSL 224.33º 0.81% 0.62% -
HSV(B) 224.33º 0.66% 0.93% -
XYZ 25.43 21.49 82.93 -
YUV 121.97 192.92 98.07 -
System Red Green Blue C M Y K H S L
Decimal 80 121 237 0.66 0.49 0 0.07 224.33 0.81 0.62
Hex 50 79 ED 42 31 0 7 E0 51 3E
Octal 120 171 355 102 61 0 7 340 121 76
Binary 1010000 1111001 11101101 1000010 110001 0 111 11100000 1010001 111110

Color Harmonies of #5079ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5079ED

Black with #5079ED

Text Example


Text Example

White with #5079ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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