Html Css Color HEX #506AD6 Royal Blue

📋 copy color: '#506AD6'

red 80 ◦ green 106 ◦ blue 214

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

Shades of Royal Blue #506AD6

Tints of Royal Blue #506AD6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.5%

 BLUE value IS 214 (83.98% from 255) = 53.5%

R = 20%
G = 26.5%
B = 53.5%

CMYK

 C value IS 0.63

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#506AD6 (or 0x506AD6) is known color: Royal Blue. HEX triplet: 50, 6A and D6. RGB value is (80,106,214). Sum of RGB (Red+Green+Blue) = 80+106+214=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 214 (83.98% from 255 or 53.5% from 400); Max value from RGB is 214 - color contains mainly: blue. Hex color #506AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506AD6 is #AF9529. Grayscale: #6E6E6E. Windows color (decimal): -11506986 or 14051920. OLE color: 14051920.

HSL color Cylindrical-coordinate representation of color #506AD6: hue angle of 228.36º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #506AD6 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 106 214 -
CMYK 0.63 0.50 0 0.16
HSL 228.36º 0.62% 0.58% -
HSV(B) 228.36º 0.63% 0.84% -
XYZ 20.6 16.87 65.79 -
YUV 110.54 186.39 106.22 -
System Red Green Blue C M Y K H S L
Decimal 80 106 214 0.63 0.50 0 0.16 228.36 0.62 0.58
Hex 50 6A D6 3F 32 0 10 E4 3E 3A
Octal 120 152 326 77 62 0 20 344 76 72
Binary 1010000 1101010 11010110 111111 110010 0 10000 11100100 111110 111010

Color Harmonies of #506AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506AD6

Black with #506AD6

Text Example


Text Example

White with #506AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,106,214); }

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

background-color css

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

 a { background-color: rgb(80,106,214); }

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

border-color css

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

 span { border-color: rgb(80,106,214); }

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