Html Css Color HEX #5079FC Royal Blue

📋 copy color: '#5079FC'

red 80 ◦ green 121 ◦ blue 252

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

Shades of Royal Blue #5079FC

Tints of Royal Blue #5079FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.63%

R = 17.66%
G = 26.71%
B = 55.63%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5079FC (or 0x5079FC) is known color: Royal Blue. HEX triplet: 50, 79 and FC. RGB value is (80,121,252). Sum of RGB (Red+Green+Blue) = 80+121+252=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #5079FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5079FC is #AF8603. Grayscale: #7B7B7B. Windows color (decimal): -11503108 or 16546128. OLE color: 16546128.

HSL color Cylindrical-coordinate representation of color #5079FC: hue angle of 225.7º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5079FC is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 121 252 -
CMYK 0.68 0.52 0 0.01
HSL 225.7º 0.97% 0.65% -
HSV(B) 225.7º 0.68% 0.99% -
XYZ 27.72 22.41 94.96 -
YUV 123.68 200.42 96.85 -
System Red Green Blue C M Y K H S L
Decimal 80 121 252 0.68 0.52 0 0.01 225.7 0.97 0.65
Hex 50 79 FC 44 34 0 1 E2 61 41
Octal 120 171 374 104 64 0 1 342 141 101
Binary 1010000 1111001 11111100 1000100 110100 0 1 11100010 1100001 1000001

Color Harmonies of #5079FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5079FC

Black with #5079FC

Text Example


Text Example

White with #5079FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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