Html Css Color HEX #506ED9 Royal Blue

📋 copy color: '#506ED9'

red 80 ◦ green 110 ◦ blue 217

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

Shades of Royal Blue #506ED9

Tints of Royal Blue #506ED9

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.03%

 BLUE value IS 217 (85.16% from 255) = 53.32%

R = 19.66%
G = 27.03%
B = 53.32%

CMYK

 C value IS 0.63

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#506ED9 (or 0x506ED9) is known color: Royal Blue. HEX triplet: 50, 6E and D9. RGB value is (80,110,217). Sum of RGB (Red+Green+Blue) = 80+110+217=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 217 (85.16% from 255 or 53.32% from 407); Max value from RGB is 217 - color contains mainly: blue. Hex color #506ED9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506ED9 is #AF9126. Grayscale: #707070. Windows color (decimal): -11505959 or 14249552. OLE color: 14249552.

HSL color Cylindrical-coordinate representation of color #506ED9: hue angle of 226.86º degrees, saturation: 0.64, 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 #506ED9 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 110 217 -
CMYK 0.63 0.49 0 0.15
HSL 226.86º 0.64% 0.58% -
HSV(B) 226.86º 0.63% 0.85% -
XYZ 21.41 17.87 67.97 -
YUV 113.23 186.56 104.3 -
System Red Green Blue C M Y K H S L
Decimal 80 110 217 0.63 0.49 0 0.15 226.86 0.64 0.58
Hex 50 6E D9 3F 31 0 F E3 40 3A
Octal 120 156 331 77 61 0 17 343 100 72
Binary 1010000 1101110 11011001 111111 110001 0 1111 11100011 1000000 111010

Color Harmonies of #506ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506ED9

Black with #506ED9

Text Example


Text Example

White with #506ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,110,217); }

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

background-color css

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

 a { background-color: rgb(80,110,217); }

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

border-color css

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

 span { border-color: rgb(80,110,217); }

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