Html Css Color HEX #506DCD Royal Blue

📋 copy color: '#506DCD'

red 80 ◦ green 109 ◦ blue 205

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

Shades of Royal Blue #506DCD

Tints of Royal Blue #506DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.03%

R = 20.3%
G = 27.66%
B = 52.03%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#506DCD (or 0x506DCD) is known color: Royal Blue. HEX triplet: 50, 6D and CD. RGB value is (80,109,205). Sum of RGB (Red+Green+Blue) = 80+109+205=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #506DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506DCD is #AF9232. Grayscale: #6E6E6E. Windows color (decimal): -11506227 or 13462864. OLE color: 13462864.

HSL color Cylindrical-coordinate representation of color #506DCD: hue angle of 226.08º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #506DCD is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 109 205 -
CMYK 0.61 0.47 0 0.20
HSL 226.08º 0.56% 0.56% -
HSV(B) 226.08º 0.61% 0.8% -
XYZ 19.8 17.05 60.01 -
YUV 111.27 180.89 105.69 -
System Red Green Blue C M Y K H S L
Decimal 80 109 205 0.61 0.47 0 0.20 226.08 0.56 0.56
Hex 50 6D CD 3D 2F 0 14 E2 38 38
Octal 120 155 315 75 57 0 24 342 70 70
Binary 1010000 1101101 11001101 111101 101111 0 10100 11100010 111000 111000

Color Harmonies of #506DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506DCD

Black with #506DCD

Text Example


Text Example

White with #506DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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