Html Css Color HEX #506DDC Royal Blue

📋 copy color: '#506DDC'

red 80 ◦ green 109 ◦ blue 220

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

Shades of Royal Blue #506DDC

Tints of Royal Blue #506DDC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.65%

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

R = 19.56%
G = 26.65%
B = 53.79%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#506DDC (or 0x506DDC) is known color: Royal Blue. HEX triplet: 50, 6D and DC. RGB value is (80,109,220). Sum of RGB (Red+Green+Blue) = 80+109+220=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #506DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506DDC is #AF9223. Grayscale: #707070. Windows color (decimal): -11506212 or 14445904. OLE color: 14445904.

HSL color Cylindrical-coordinate representation of color #506DDC: hue angle of 227.57º 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 #506DDC is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 109 220 -
CMYK 0.64 0.50 0 0.14
HSL 227.57º 0.67% 0.59% -
HSV(B) 227.57º 0.64% 0.86% -
XYZ 21.7 17.81 70 -
YUV 112.98 188.39 104.47 -
System Red Green Blue C M Y K H S L
Decimal 80 109 220 0.64 0.50 0 0.14 227.57 0.67 0.59
Hex 50 6D DC 40 32 0 E E4 43 3B
Octal 120 155 334 100 62 0 16 344 103 73
Binary 1010000 1101101 11011100 1000000 110010 0 1110 11100100 1000011 111011

Color Harmonies of #506DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506DDC

Black with #506DDC

Text Example


Text Example

White with #506DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506DDC; }

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

 H1.HeaderClassName
 {
   color: #506DDC;
 }
 .AnyTagClassName
 {
   color: #506DDC;
 }
</style>

background-color css

<style>
 a { background-color: #506DDC; }

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

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

border-color css

<style>
 span { border-color: #506DDC; }

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

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