Html Css Color HEX #506DDB Royal Blue

📋 copy color: '#506DDB'

red 80 ◦ green 109 ◦ blue 219

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

Shades of Royal Blue #506DDB

Tints of Royal Blue #506DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.68%

R = 19.61%
G = 26.72%
B = 53.68%

CMYK

 C value IS 0.63

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#506DDB (or 0x506DDB) is known color: Royal Blue. HEX triplet: 50, 6D and DB. RGB value is (80,109,219). Sum of RGB (Red+Green+Blue) = 80+109+219=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #506DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506DDB is #AF9224. Grayscale: #707070. Windows color (decimal): -11506213 or 14380368. OLE color: 14380368.

HSL color Cylindrical-coordinate representation of color #506DDB: hue angle of 227.48º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #506DDB is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 109 219 -
CMYK 0.63 0.50 0 0.14
HSL 227.48º 0.66% 0.59% -
HSV(B) 227.48º 0.63% 0.86% -
XYZ 21.56 17.76 69.31 -
YUV 112.87 187.89 104.56 -
System Red Green Blue C M Y K H S L
Decimal 80 109 219 0.63 0.50 0 0.14 227.48 0.66 0.59
Hex 50 6D DB 3F 32 0 E E3 42 3B
Octal 120 155 333 77 62 0 16 343 102 73
Binary 1010000 1101101 11011011 111111 110010 0 1110 11100011 1000010 111011

Color Harmonies of #506DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506DDB

Black with #506DDB

Text Example


Text Example

White with #506DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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