Html Css Color HEX #5076DC Royal Blue

📋 copy color: '#5076DC'

red 80 ◦ green 118 ◦ blue 220

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

Shades of Royal Blue #5076DC

Tints of Royal Blue #5076DC

RGB

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

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

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

R = 19.14%
G = 28.23%
B = 52.63%

CMYK

 C value IS 0.64

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5076DC (or 0x5076DC) is known color: Royal Blue. HEX triplet: 50, 76 and DC. RGB value is (80,118,220). Sum of RGB (Red+Green+Blue) = 80+118+220=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #5076DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5076DC is #AF8923. Grayscale: #757575. Windows color (decimal): -11503908 or 14448208. OLE color: 14448208.

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

Color convert

RGB 80 118 220 -
CMYK 0.64 0.46 0 0.14
HSL 223.71º 0.67% 0.59% -
HSV(B) 223.71º 0.64% 0.86% -
XYZ 22.7 19.83 70.34 -
YUV 118.27 185.41 100.71 -
System Red Green Blue C M Y K H S L
Decimal 80 118 220 0.64 0.46 0 0.14 223.71 0.67 0.59
Hex 50 76 DC 40 2E 0 E E0 43 3B
Octal 120 166 334 100 56 0 16 340 103 73
Binary 1010000 1110110 11011100 1000000 101110 0 1110 11100000 1000011 111011

Color Harmonies of #5076DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5076DC

Black with #5076DC

Text Example


Text Example

White with #5076DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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