Html Css Color HEX #5076DA Royal Blue

📋 copy color: '#5076DA'

red 80 ◦ green 118 ◦ blue 218

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

Shades of Royal Blue #5076DA

Tints of Royal Blue #5076DA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.37%

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

R = 19.23%
G = 28.37%
B = 52.4%

CMYK

 C value IS 0.63

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5076DA (or 0x5076DA) is known color: Royal Blue. HEX triplet: 50, 76 and DA. RGB value is (80,118,218). Sum of RGB (Red+Green+Blue) = 80+118+218=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #5076DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5076DA is #AF8925. Grayscale: #757575. Windows color (decimal): -11503910 or 14317136. OLE color: 14317136.

HSL color Cylindrical-coordinate representation of color #5076DA: hue angle of 223.48º 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 #5076DA is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 118 218 -
CMYK 0.63 0.46 0 0.15
HSL 223.48º 0.65% 0.58% -
HSV(B) 223.48º 0.63% 0.85% -
XYZ 22.44 19.72 68.95 -
YUV 118.04 184.41 100.87 -
System Red Green Blue C M Y K H S L
Decimal 80 118 218 0.63 0.46 0 0.15 223.48 0.65 0.58
Hex 50 76 DA 3F 2E 0 F DF 41 3A
Octal 120 166 332 77 56 0 17 337 101 72
Binary 1010000 1110110 11011010 111111 101110 0 1111 11011111 1000001 111010

Color Harmonies of #5076DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5076DA

Black with #5076DA

Text Example


Text Example

White with #5076DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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